<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
  <Identity Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.0.22621.1" Name="Passthrough" />
  <Properties>
    <DisplayName>Passthrough</DisplayName>
    <Description>Passthrough</Description>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10550.0" MaxVersionTested="10.0.10550.0" />
  </Dependencies>
  <Resources>
    <Resource Language="en-us" />
  </Resources>
  <Applications>
    <Application Id="Passthrough" Executable="Passthrough.exe" EntryPoint="OasisAR.App">
      <uap:VisualElements BackgroundColor="#0071A2" Description="ms-resource:Description" DisplayName="ms-resource:DisplayName" Square150x150Logo="Assets\Square150x150Logo.scale-200.png" Square44x44Logo="Assets\Square44x44Logo.scale-200.png" AppListEntry="none">
        <uap:SplashScreen Image="Assets\Splashscreen.scale-200.png" />
        <uap:DefaultTile>
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
      </uap:VisualElements>
    </Application>
  </Applications>
  
  <Capabilities>
    <wincap:Capability Name="perceptionSystem" />
    <DeviceCapability Name="webcam"/>
  </Capabilities>
</Package>
