<?xml version="1.0" encoding="utf-8"?>

<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">

  <Identity Name="winstore"
            ProcessorArchitecture="neutral"
            Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
            Version="1.0.0.0"
            ResourceId="neutral" />

  <Properties>
    <Framework>false</Framework>
    <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
    <Description>ms-resource:Description</Description>
    <DisplayName>ms-resource:DisplayName</DisplayName>
    <Logo>images\logo.png</Logo>
  </Properties>

  <Prerequisites>
    <OSMinVersion>6.3.0</OSMinVersion>
    <OSMaxVersionTested>6.3.0</OSMaxVersionTested>
  </Prerequisites>

  <Resources>
    <Resource Language="en-us"/>
  </Resources>

  <Applications>
    <Application Id="Windows.Store" StartPage="WinStore.htm">
      <VisualElements DisplayName="ms-resource:TileDisplayName" Description="ms-resource:Description"
                      Logo="Logo.png" SmallLogo="SmallLogo.png"
                      ForegroundText="dark" BackgroundColor="#F2F2F2">
        <SplashScreen Image="SplashScreen.png" BackgroundColor="#F2F2F2" />
      </VisualElements>
      <ApplicationContentUriRules>
        <Rule Type="include" Match="https://*.microsoft.com" />
        <Rule Type="include" Match="https://*.*.microsoft.com" />
        <Rule Type="include" Match="https://*.*.*.microsoft.com" />
        <Rule Type="include" Match="https://buy.live.com" />
        <Rule Type="include" Match="https://buy.live-int.com" />
      </ApplicationContentUriRules>
    </Application>
  </Applications>

</Package>
