forked from microsoft/StoreBroker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProductDescription.xml
More file actions
91 lines (79 loc) · 5.23 KB
/
ProductDescription.xml
File metadata and controls
91 lines (79 loc) · 5.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<ProductDescription language="en-us"
xmlns="http://schemas.microsoft.com/appx/2012/ProductDescription"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Release="1611">
<!-- Valid length: 200 character limit -->
<AppStoreName _locID="App_StoreName">
<!-- This is optional. AppStoreName is typically extracted from your package's AppxManifest DisplayName property. -->
<!-- _locComment_text="{MaxLength=200} App StoreName"-->My Localized AppName
</AppStoreName>
<Keywords>
<!-- Valid length: 45 character limit, up to 7 -->
<Keyword _locID="App_keyword1"><!-- _locComment_text="{MaxLength=45} App keyword 1" -->Video edit</Keyword>
<Keyword _locID="App_keyword2"><!-- _locComment_text="{MaxLength=45} App keyword 2" -->Captions</Keyword>
<Keyword _locID="App_keyword3"><!-- _locComment_text="{MaxLength=45} App keyword 3" -->Trim</Keyword>
<Keyword _locID="App_keyword4"><!-- _locComment_text="{MaxLength=45} App keyword 4" -->Soundtrack</Keyword>
<Keyword _locID="App_keyword5"><!-- _locComment_text="{MaxLength=45} App keyword 5" -->Video sharing</Keyword>
</Keywords>
<!-- Valid length: 10000 character limit -->
<Description _locID="App_Description"><!-- _locComment_text="{MaxLength=10000} App Description" -->
Turn any video into a memorable moment you’ll love to share. With this app, you can trim your video to your favorite parts, highlight key moments with captions and effects, and set the mood with music.
</Description>
<!-- Valid length: 1500 character limit, optional -->
<ReleaseNotes _locID="App_ReleaseNotes"><!-- _locComment_text="{MaxLength=1500} App Release Note" -->
Various performance optimiazations, this app is wicked-fast now.
</ReleaseNotes>
<ScreenshotCaptions>
<!-- Valid length: 200 character limit, up to 9 elements per platform -->
<!-- Valid attributes: any of DesktopImage, MobileImage, XboxImage, SurfaceHubImage, and HoloLensImage -->
<Caption _locID="App_caption1"
DesktopImage="Desktop1.jpg"
MobileImage="Mobile1.jpg"
XboxImage="Xbox1.jpg"
SurfaceHubImage="Surface1.jpg"
HoloLensImage="Holo1.jpg">
<!-- _locComment_text="{MaxLength=200} Screenshot caption 1" -->Video editing is easy</Caption>
<Caption _locID="App_caption2"
DesktopImage="Desktop2.jpg"
MobileImage="Mobile2.jpg"
XboxImage="Xbox2.jpg"
SurfaceHubImage="Surface2.jpg"
HoloLensImage="Holo2.jpg">
<!-- _locComment_text="{MaxLength=200} Screenshot caption 2" -->Add matching music to your video</Caption>
<Caption _locID="App_caption3"
DesktopImage="Desktop3.jpg">
<!-- _locComment_text="{MaxLength=200} Screenshot caption 3" -->Add text to your video</Caption>
</ScreenshotCaptions>
<AppFeatures>
<!-- Valid length: 200 character limit, up to 20 -->
<AppFeature _locID="App_feature1"><!-- _locComment_text="{MaxLength=200} App Feature 1" -->Pick your favorite 60 seconds. You can trim from the beginning, middle, or end.</AppFeature>
<AppFeature _locID="App_feature2"><!-- _locComment_text="{MaxLength=200} App Feature 2" -->Highlight your favorite moments with fun, colorful captions in a range of styles.</AppFeature>
<AppFeature _locID="App_feature3"><!-- _locComment_text="{MaxLength=200} App Feature 3" -->Add music that matches the moment. We’ve included a few songs for different moods, or you can use songs from your collection.</AppFeature>
<AppFeature _locID="App_feature4"><!-- _locComment_text="{MaxLength=200} App Feature 4" -->When your movie is exactly how you want it, share it with family and friends right from the app.</AppFeature>
</AppFeatures>
<RecommendedHardware>
<!-- Valid length: 200 character limit, up to 11 -->
<Recommendation _locID="App_RecommendedHW1"><!-- _locComment_text="{MaxLength=200} App Recommended Hardware 1" -->Zune music device</Recommendation>
<Recommendation _locID="App_RecommendedHW2"><!-- _locComment_text="{MaxLength=200} App Recommended Hardware 2" -->Windows PC</Recommendation>
</RecommendedHardware>
<!-- Valid length: 200 character limit -->
<CopyrightAndTrademark _locID="App_CopyrightandTrademark"><!-- _locComment_text="{MaxLength=200} Copyright and Trademark" -->
(c) Contoso LLC.
</CopyrightAndTrademark>
<!-- Valid length: 10000 character limit -->
<AdditionalLicenseTerms _locID="App_AddtionalLiceseTerms"><!-- _locComment_text="{MaxLength=10000} Additional License Terms" -->
</AdditionalLicenseTerms>
<!-- Valid length: 2048 character limit -->
<WebsiteURL _locID="App_WebsiteURL"><!-- _locComment_text="{MaxLength=2048} WebsiteURL" -->
http://www.contoso.com/App
</WebsiteURL>
<!-- Valid length: 2048 character limit -->
<SupportContactInfo _locID="App_SupportContactInfo"><!-- _locComment_text="{MaxLength=2048} Support Contact Info" -->
support@contoso.com
</SupportContactInfo>
<!-- Valid length: 2048 character limit -->
<PrivacyPolicyURL _locID="App_PrivacyURL"><!-- _locComment_text="{MaxLength=2048} Privacy Policy URL" -->
http://www.contoso.com/App/privacy
</PrivacyPolicyURL>
</ProductDescription>