﻿<?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:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap3 rescap build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <!--
    THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.

    Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.

    For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
  -->
  <Identity Name="25526PoyChang.TranslatorforCommandPalette" Publisher="CN=DC46547E-28C9-45C1-91CC-5380ACD55B44" Version="0.2.3.0" ProcessorArchitecture="x64" />
  <!-- When you're ready to publish your extension, you'll need to change the
       Publisher= to match your own identity -->
  <Properties>
    <DisplayName>Translator for Command Palette</DisplayName>
    <PublisherDisplayName>Poy Chang</PublisherDisplayName>
    <Logo>Assets\icons\StoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0" />
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.0" />
  </Dependencies>
  <Resources>
    <Resource Language="EN-US" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="CmdPalTranslator.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Translator" Description="Translator" BackgroundColor="transparent" Square150x150Logo="Assets\icons\Square150x150Logo.png" Square44x44Logo="Assets\icons\Square44x44Logo.png">
        <uap:DefaultTile Wide310x150Logo="Assets\icons\Wide310x150Logo.png" ShortName="Translator" Square71x71Logo="Assets\icons\SmallTile.png" Square310x310Logo="Assets\icons\LargeTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="wide310x150Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Assets\icons\SplashScreen.png" />
      </uap:VisualElements>
      <Extensions>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="CmdPalTranslator.exe" Arguments="-RegisterProcessAsComServer" DisplayName="Translator">
              <com:Class Id="60fe7a20-f163-4bd8-909c-d3d23f2df6ea" DisplayName="Translator" />
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.commandpalette" Id="ID" PublicFolder="Public" DisplayName="Translator" Description="Translator">
            <uap3:Properties>
              <CmdPalProvider>
                <Activation>
                  <CreateInstance ClassId="60fe7a20-f163-4bd8-909c-d3d23f2df6ea" />
                </Activation>
                <SupportedInterfaces>
                  <Commands />
                </SupportedInterfaces>
              </CmdPalProvider>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient" />
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
  <build:Metadata>
    <build:Item Name="MakePri.exe" Version="10.0.26100.8249 (WinBuild.160101.0800)" />
  </build:Metadata>
  <mp:PhoneIdentity PhoneProductId="0a72dc7b-3ac8-4327-bbe2-55757e6d93b7" PhonePublisherId="debfd4e6-fb75-49c2-be5a-1fe7a99dcd47" />
</Package>