<?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:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities">
  <Identity Name="MedocComputersLimited.ZymonicTestApp" Version="0.0.0.1" Publisher="CN=E117FC47-490C-4B00-8F7F-27B98E2A3E74" ProcessorArchitecture="neutral" />
  <Properties>
    <DisplayName>ZymonicTestApp</DisplayName>
    <PublisherDisplayName>Medoc Computers Limited</PublisherDisplayName>
    <Description>Zymonic Client Test App</Description>
    <Logo>Assets/MedocLogoStoreLogo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-gb" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.10240.0" MaxVersionTested="10.0.22631.0" />
  </Dependencies>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
    <uap:Capability Name="internetClient" />
  </Capabilities>
  <Applications>
    <Application Id="ZymonicTestApp" Executable="ZymonicTestApp.exe" uap10:RuntimeBehavior="packagedClassicApp" uap10:TrustLevel="mediumIL">
      <uap:VisualElements DisplayName="ZymonicTestApp" Square150x150Logo="Assets/MedocLogoSquare150Logo.png" Square44x44Logo="Assets/MedocLogoSquare44Logo.png" Description="Zymonic Client Test App" BackgroundColor="transparent">
        <uap:DefaultTile Wide310x150Logo="Assets/MedocLogoWideLogo.png" ShortName="ZymonicTestApp" Square71x71Logo="Assets/MedocLogoSmallTile.png" Square310x310Logo="Assets/MedocLogoLargeTile.png" />
        <uap:SplashScreen Image="Assets/MedocLogoSplashScreen.png" />
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="zymlink">
            <uap:Logo>Assets/MedocLogoSquare44Logo.png</uap:Logo>
            <uap:DisplayName>Zymonic Client Link</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>
