-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.appxmanifest
24 lines (24 loc) · 1.2 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
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
<Identity Name="10419BobZurad.ABVCalculator" Version="1.0.0.4" Publisher="CN=EC39BE2F-2910-4084-8019-1883FAC50E9C" />
<Properties>
<DisplayName>ABV Calculator</DisplayName>
<PublisherDisplayName>Bob Zurad</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="default.html">
<VisualElements DisplayName="ABV Calculator" Logo="images\logo.png" SmallLogo="images\smalllogo.png" Description="A simple calculator used to find the Alcohol by Volume (ABV), given the Original Gravity and Final Gravity. Temperatures taken at the time of OG and FG readings can also be included for a more accurate calculation." ForegroundText="light" BackgroundColor="#A98436">
<DefaultTile ShowName="allLogos" />
<SplashScreen Image="images\splashscreen.png" />
</VisualElements>
</Application>
</Applications>
</Package>