﻿<?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:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:rescap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/3" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap uap3 uap5 rescap rescap3 mp com desktop desktop6">
  <Identity Name="Microsoft.PowerAutomateDesktop" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="11.2606.217.0" ProcessorArchitecture="x64" />
  <mp:PhoneIdentity PhoneProductId="cf266403-beea-496f-8a59-e1d775dad066" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />
  <Properties>
    <DisplayName>Power Automate</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Description>Power Automate</Description>
    <Logo>Images\PowerAutomateSquare50x50Logo.png</Logo>
    <desktop6:FileSystemWriteVirtualization>disabled</desktop6:FileSystemWriteVirtualization>
    <desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
    <PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.27323.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
  </Dependencies>
  <Resources>
    <Resource Language="da-dk" />
    <Resource Language="de-de" />
    <Resource Language="en-us" />
    <Resource Language="es-us" />
    <Resource Language="fi-fi" />
    <Resource Language="fr-fr" />
    <Resource Language="it-it" />
    <Resource Language="ja-jp" />
    <Resource Language="nb-no" />
    <Resource Language="nl-nl" />
    <Resource Language="pl-pl" />
    <Resource Language="pt-br" />
    <Resource Language="sv-se" />
    <Resource Language="tr-tr" />
    <Resource Language="zh-cn" />
    <Resource Language="zh-tw" />
    <Resource Language="cs-cz" />
    <Resource Language="ko-kr" />
    <Resource Language="ru-ru" />
    <Resource Language="th-th" />
    <Resource Language="bg-bg" />
    <Resource Language="ca-es" />
    <Resource Language="el-gr" />
    <Resource Language="et-ee" />
    <Resource Language="eu-es" />
    <Resource Language="gl-es" />
    <Resource Language="hi-in" />
    <Resource Language="hr-hr" />
    <Resource Language="hu-hu" />
    <Resource Language="id-id" />
    <Resource Language="kk-kz" />
    <Resource Language="lt-lt" />
    <Resource Language="lv-lv" />
    <Resource Language="ms-my" />
    <Resource Language="pt-pt" />
    <Resource Language="ro-ro" />
    <Resource Language="sl-si" />
    <Resource Language="sr-cyrl-rs" />
    <Resource Language="sr-latn-rs" />
    <Resource Language="uk-ua" />
    <Resource Language="vi-vn" />
    <Resource uap:Scale="100" />
    <Resource uap:Scale="120" />
    <Resource uap:Scale="140" />
    <Resource uap:Scale="160" />
    <Resource uap:Scale="180" />
    <Resource uap:Scale="200" />
    <Resource uap:Scale="220" />
    <Resource uap:Scale="240" />
    <Resource uap:Scale="300" />
    <Resource uap:Scale="400" />
  </Resources>
  <Applications>
    <Application Id="PAD.Console" Executable="dotnet\PAD.Console.Host.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Power Automate" Description="Power Automate" BackgroundColor="transparent" Square150x150Logo="Images\PowerAutomateSquare150x150Logo.png" Square44x44Logo="Images\PowerAutomateAppIcon.png">
        <uap:DefaultTile Wide310x150Logo="Images\PowerAutomateWide310x150Logo.png" Square310x310Logo="Images\PowerAutomateSquare310x310Logo.png" ShortName="Power Automate" Square71x71Logo="Images\PowerAutomateSquare71x71Logo.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
            <uap:ShowOn Tile="wide310x150Logo" />
            <uap:ShowOn Tile="square310x310Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Images\PowerAutomateSplashScreen.png" BackgroundColor="transparent" />
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.protocol">
          <uap3:Protocol Name="ms-powerautomate" Parameters="&quot;%1&quot;">
            <uap:DisplayName>ms-powerautomate</uap:DisplayName>
            <uap:Logo>Images\PowerAutomateAppIcon.png</uap:Logo>
          </uap3:Protocol>
        </uap3:Extension>
        <desktop:Extension Category="windows.startupTask" Executable="dotnet\PAD.Console.Host.exe" EntryPoint="Windows.FullTrustApplication">
          <desktop:StartupTask TaskId="AutoStartTask" Enabled="false" DisplayName="Power Automate Desktop" />
        </desktop:Extension>
        <!-- Register COM CLSID LocalServer32 registry key -->
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="dotnet\PAD.Console.Host.exe" DisplayName="Power Automate Desktop">
              <com:Class Id="1D9CD66A-0583-465A-BBBA-1FE4D9E71F03" DisplayName="Power Automate Desktop" />
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <!--Specify which CLSID to activate when toast clicked-->
        <desktop:Extension Category="windows.toastNotificationActivation">
          <desktop:ToastNotificationActivation ToastActivatorCLSID="1D9CD66A-0583-465A-BBBA-1FE4D9E71F03" />
        </desktop:Extension>
      </Extensions>
    </Application>
    <Application Id="PAD.Troubleshooter" Executable="dotnet\PAD.Troubleshooter.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Power Automate Troubleshooter" Description="Power Automate Troubleshooter" BackgroundColor="transparent" Square150x150Logo="Images\PowerAutomateSquare150x150Logo.png" Square44x44Logo="Images\PowerAutomateAppIcon.png" />
    </Application>
    <Application Id="PAD.Designer" Executable="dotnet\PAD.Designer.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Power Automate Designer" Description="Power Automate Designer" BackgroundColor="transparent" Square150x150Logo="Images\PowerAutomateSquare150x150Logo.png" Square44x44Logo="Images\PowerAutomateAppIcon.png" AppListEntry="none" />
      <Extensions>
        <uap3:Extension Category="windows.protocol">
          <uap3:Protocol Name="ms-powerautomatedesigner" Parameters="&quot;%1&quot;"></uap3:Protocol>
        </uap3:Extension>
      </Extensions>
    </Application>
    <Application Id="PAD.BrowserNativeMessageHost" Executable="dotnet\PAD.BrowserNativeMessageHost.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Power Automate Desktop Browser Native Message Host" Description="Power Automate Desktop Browser Native Message Host" BackgroundColor="transparent" Square150x150Logo="Images\PowerAutomateSquare150x150Logo.png" Square44x44Logo="Images\PowerAutomateAppIcon.png" AppListEntry="none" />
      <Extensions>
        <uap5:Extension Category="windows.appExecutionAlias" Executable="dotnet\PAD.BrowserNativeMessageHost.exe" EntryPoint="Windows.FullTrustApplication">
          <uap5:AppExecutionAlias>
            <uap5:ExecutionAlias Alias="PAD.BrowserNativeMessageHost.exe" />
          </uap5:AppExecutionAlias>
        </uap5:Extension>
      </Extensions>
    </Application>
    <Application Id="PAD.ChildSession.Service.Host" Executable="dotnet\PAD.ChildSession.Service.Host.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Power Automate service for Picture-in-Picture" Description="Power Automate service for Picture-in-Picture" BackgroundColor="transparent" Square150x150Logo="Images\PowerAutomateSquare150x150Logo.png" Square44x44Logo="Images\PowerAutomateAppIcon.png" AppListEntry="none" />
      <Extensions>
        <uap5:Extension Category="windows.appExecutionAlias" Executable="dotnet\PAD.ChildSession.Service.Host.exe" EntryPoint="Windows.FullTrustApplication">
          <uap5:AppExecutionAlias>
            <uap5:ExecutionAlias Alias="PAD.ChildSession.Service.Host.exe" />
          </uap5:AppExecutionAlias>
        </uap5:Extension>
      </Extensions>
    </Application>
    <Application Id="PAD.Updater.MSIX" Executable="dotnet\PAD.Updater.MSIX.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Power Automate Desktop Updater" Description="Power Automate Desktop Updater" BackgroundColor="transparent" Square150x150Logo="Images\PowerAutomateSquare150x150Logo.png" Square44x44Logo="Images\PowerAutomateAppIcon.png" AppListEntry="none" />
    </Application>
  </Applications>
  <Capabilities>
    <rescap:Capability Name="unvirtualizedResources" />
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
</Package>