﻿<?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" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" IgnorableNamespaces="uap uap3 rescap mp build" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  <!--
    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="ruslanlap.DefinitionforCommandPalette" Publisher="CN=11D55891-40B3-4190-95B7-CDE591AABEA5" Version="1.0.2.0" ProcessorArchitecture="x64" />
  <Properties>
    <DisplayName>Definition for Command Palette</DisplayName>
    <PublisherDisplayName>ruslanlap</PublisherDisplayName>
    <Logo>Assets\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" />
    <Resource Language="FR-FR" />
  </Resources>
  <Applications>
    <Application Id="App" Executable="DefinitionExtension.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Definition" Description="Dictionary lookup extension for Microsoft PowerToys Command Palette" BackgroundColor="transparent" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
        <uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png" />
        <uap:SplashScreen Image="Assets\SplashScreen.png" />
      </uap:VisualElements>
      <Extensions>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="DefinitionExtension.exe" Arguments="-RegisterProcessAsComServer" DisplayName="definition-extension">
              <com:Class Id="B7E4F3A1-2D8C-4E6F-9A1B-3C5D7E8F0A2B" DisplayName="definition-extension" />
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.commandpalette" Id="CmdPal-Definition" PublicFolder="Public" DisplayName="ruslanlap.DefinitionforCommandPalette" Description="Dictionary lookup extension for Microsoft PowerToys Command Palette">
            <uap3:Properties>
              <CmdPalProvider>
                <Activation>
                  <CreateInstance ClassId="B7E4F3A1-2D8C-4E6F-9A1B-3C5D7E8F0A2B" />
                </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.7705 (WinBuild.160101.0800)" />
  </build:Metadata>
  <mp:PhoneIdentity PhoneProductId="bb864080-fdae-4e95-b785-b31a6941f62e" PhonePublisherId="a7aaafb3-9e71-4939-a336-6c64b2359c6b" />
</Package>