<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/2010/manifest">
  <Identity
    Name="windows.immersivecontrolpanel"
    Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
    Version="6.2.0.0"
    ResourceId="neutral" />
  <Properties>
    <DisplayName>ms-resource:DisplayName</DisplayName>
    <Description>ms-resource:Description</Description>
    <Logo>images\logo.png</Logo>
    <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
  </Properties>

  <Prerequisites>
    <OSMinVersion>6.3.0</OSMinVersion>
    <OSMaxVersionTested>10.0.16383</OSMaxVersionTested>
  </Prerequisites>

  <Resources>
    <Resource Language="en-us"/>
  </Resources>

  <Applications>
    <Application Id="microsoft.windows.immersivecontrolpanel" Executable="SystemSettings.exe" EntryPoint="AppObject.EntryPoint">
      <VisualElements DisplayName="ms-resource:DisplayName" Description="ms-resource:Description"
                      Logo="Images\TileSmall.png" SmallLogo="Images\logo.png"
                      ForegroundText="light" BackgroundColor="transparent">
        <SplashScreen Image="SplashScreen.png" BackgroundColor="transparent" />
      </VisualElements>
    </Application>
  </Applications>

</Package>
