UNPKG

manifoldjs-windows10

Version:
63 lines (55 loc) 2.69 kB
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build" IgnorableNamespaces="uap mp build"> <Identity Name="INSERT-YOUR-PACKAGE-IDENTITY-NAME-HERE" Publisher="CN=INSERT-YOUR-PACKAGE-IDENTITY-PUBLISHER-HERE" Version="1.0.0.0" ProcessorArchitecture="neutral" /> <mp:PhoneIdentity PhoneProductId="{PhoneProductId}" PhonePublisherId="00000000-0000-0000-0000-000000000000"/> <build:Metadata> <build:Item Name="GenerationTool" Version="{GenerationTool}" /> <build:Item Name="GenerationToolVersion" Version="{GenerationToolVersion}" /> <build:Item Name="PlatformId" Value="{PlatformId}" /> <build:Item Name="PlatformPackage" Value="{PlatformPackage}" /> <build:Item Name="PlatformVersion" Version="{PlatformVersion}" /> <build:Item Name="GeneratedFrom" Value="{GeneratedFrom}" /> <build:Item Name="GenerationDate" Value="{GenerationDate}" />{MetadataItems} </build:Metadata> <Properties> <DisplayName>{DisplayName}</DisplayName> <PublisherDisplayName>INSERT-YOUR-PACKAGE-PROPERTIES-PUBLISHERDISPLAYNAME-HERE</PublisherDisplayName> <Logo>images\StoreLogo.png</Logo> </Properties> <Dependencies> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="10.0.10240.0" /> </Dependencies> <Resources> <Resource Language="en-us" /> </Resources> <Applications> <Application Id="{ApplicationId}" StartPage="{StartPage}"> <uap:VisualElements DisplayName="{DisplayName}" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png" Description="{Description}" BackgroundColor="{theme_color}"> <uap:LockScreen Notification="badge" BadgeLogo="images\BadgeLogo.png" /> <uap:SplashScreen Image="images\SplashScreen.png" /> <uap:DefaultTile Wide310x150Logo="images\Wide310x150Logo.png" Square310x310Logo="images\Square310x310Logo.png" Square71x71Logo="images\Square71x71Logo.png" /> <uap:InitialRotationPreference> <uap:Rotation Preference="{RotationPreference}" /> </uap:InitialRotationPreference> </uap:VisualElements> <uap:ApplicationContentUriRules> {ApplicationContentUriRules} </uap:ApplicationContentUriRules> </Application> </Applications> <Capabilities> <Capability Name="internetClient" /> {Capabilities} </Capabilities> </Package>