-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.appxmanifest
27 lines (27 loc) · 1.08 KB
/
package.appxmanifest
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
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="55dca811-7bd8-4be0-b108-d2f27bef8ef9" Version="1.0.0.0" Publisher="CN=jkap" />
<Properties>
<DisplayName>Win8-JS-presentation</DisplayName>
<PublisherDisplayName>jkap</PublisherDisplayName>
<Logo>images\storelogo.png</Logo>
</Properties>
<Prerequisites>
<OSMinVersion>6.2.1</OSMinVersion>
<OSMaxVersionTested>6.2.1</OSMaxVersionTested>
</Prerequisites>
<Resources>
<Resource Language="x-generate" />
</Resources>
<Applications>
<Application Id="App" StartPage="index.html">
<VisualElements DisplayName="Win8 + JS presentation" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="Win8 + JS presentation at treweb 2|12" ForegroundText="dark" BackgroundColor="#D9D9D9">
<DefaultTile ShowName="noLogos" />
<SplashScreen Image="images\splashscreen.png" />
</VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
</Capabilities>
</Package>