<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:trustedlaunch="http://schemas.microsoft.com/appx/manifest/trustedlaunch/windows10" IgnorableNamespaces="uap mp uap3 wincap wincap3">
  <!-- To update Version, see the comment for build.PackageMoniker in MoAppAppx\ManifestAppx.props -->
  <Identity Name="windows.immersivecontrolpanel" Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.0.8.1000" ResourceId="neutral" />
  <Properties>
    <DisplayName>ms-resource:DisplayName</DisplayName>
    <Description>ms-resource:Description</Description>
    <Logo>images\logo.png</Logo>
    <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.26100.7705" />
    <PackageDependency Name="Microsoft.UI.Xaml.CBS" MinVersion="2.42007.9001.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
  </Dependencies>
  <Resources>
    <Resource Language="en-us" />
  </Resources>
  <Applications>
    <Application Id="microsoft.windows.immersivecontrolpanel" Executable="SystemSettings.exe" EntryPoint="AppObject.EntryPoint">
      <uap:VisualElements DisplayName="ms-resource:DisplayName" Description="ms-resource:Description" Square150x150Logo="Images\TileSmall.png" Square44x44Logo="Images\logo.png" BackgroundColor="transparent">
        <uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="transparent" />
        <uap:DefaultTile Square71x71Logo="Images\TinyTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.appExtensionHost">
          <uap3:AppExtensionHost>
            <uap3:Name>com.microsoft.windows.extensionpackage</uap3:Name>
            <uap3:Name>com.microsoft.windows.extensions.xaml</uap3:Name>
          </uap3:AppExtensionHost>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>