<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap mp rescap build" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.MicrosoftOfficeHub" Version="18.2308.1034.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="x64"/>
  <Properties>
    <DisplayName>Microsoft 365 (Office)</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>images\storelogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.15063.0" MaxVersionTested="10.0.19041.0"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.30704.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.30704.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
  </Dependencies>
  <Resources>
    <Resource Language="EN-US"/>
    <Resource Language="EN-GB"/>
    <Resource uap:Scale="200"/>
    
  </Resources>
  <Applications>
    <Application Id="Microsoft.MicrosoftOfficeHub" Executable="WebViewHost.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Microsoft 365 (Office)" Description="Microsoft 365 (Office)" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png" BackgroundColor="#FFFFFF">
        <uap:DefaultTile ShortName="Microsoft 365 (Office)" Square71x71Logo="images\Square71x71Logo.png" Wide310x150Logo="images\Wide310x150Logo.png" Square310x310Logo="images\Square310x310Logo.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="images\splashscreen.png" BackgroundColor="#FFFFFF" uap5:Optional="true"/>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-getoffice"/>
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-officeapp"/>
        </uap:Extension>
        <Extension Category="windows.preInstalledConfigTask" EntryPoint="MyOffice.BackgroundTasks.PreinstallTask"/>
        <Extension Category="windows.updateTask" EntryPoint="MyOffice.BackgroundTasks.UpdateTask"/>
        <Extension Category="windows.backgroundTasks" EntryPoint="MyOffice.BackgroundTasks.NotificationsTask">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
            <Task Type="timer"/>
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="MyOffice.BackgroundTasks.NotificationActionTask">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
          </BackgroundTasks>
        </Extension>
      </Extensions>
    </Application>
    
    <Application Id="LocalBridge" Executable="LocalBridge.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements AppListEntry="none" Description="Bridge support for Microsoft 365 (Office) app" DisplayName="LocalBridge" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png" BackgroundColor="transparent">
        <uap:DefaultTile/>
      </uap:VisualElements>
    </Application>
    <Application Id="OfficeHubHWA" StartPage="https://www.microsoft365.com/pwa">
      <uap:ApplicationContentUriRules>
        <uap:Rule Match="https://www.office.com" Type="include" WindowsRuntimeAccess="all"/>
        <uap:Rule Match="https://www.microsoft365.com" Type="include" WindowsRuntimeAccess="all"/>
      </uap:ApplicationContentUriRules>
      <uap:VisualElements AppListEntry="none" DisplayName="Microsoft 365 (Office)" Description="Microsoft 365 (Office)" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png" BackgroundColor="transparent">
        <uap:SplashScreen Image="images\splashscreen.png" BackgroundColor="#FFFFFF" uap5:Optional="true"/>
        <uap:DefaultTile ShortName="Microsoft 365 (Office)" Square71x71Logo="images\Square71x71Logo.png" Wide310x150Logo="images\Wide310x150Logo.png" Square310x310Logo="images\Square310x310Logo.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
      </uap:VisualElements>
      <Extensions>
        
        <desktop:Extension Category="windows.fullTrustProcess" Executable="LocalBridge.exe">
          <desktop:FullTrustProcess>
            <desktop:ParameterGroup GroupId="prelaunch" Parameters="prelaunch"/>
            <desktop:ParameterGroup GroupId="notifications" Parameters="notifications"/>
            <desktop:ParameterGroup GroupId="notificationAction" Parameters="notificationAction"/>
          </desktop:FullTrustProcess>
        </desktop:Extension>
        <uap:Extension Category="windows.appService" Executable="backgroundTaskHost.exe" EntryPoint="MyOffice.BackgroundTasks.AppServiceTask">
          <uap:AppService Name="com.microsoft.myoffice.client.bridge"/>
        </uap:Extension>
        <uap:Extension Category="windows.appService" Executable="backgroundTaskHost.exe" EntryPoint="MyOffice.BackgroundTasks.AppServiceTask">
          <uap:AppService Name="com.microsoft.myoffice.elevated.bridge"/>
        </uap:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient"/>
    <rescap:Capability Name="runFullTrust"/>
    <rescap:Capability Name="enterpriseCloudSSO"/>
    <rescap:Capability Name="packageQuery"/>
    <rescap:Capability Name="broadFileSystemAccess"/>
  </Capabilities>
  <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Microsoft.Toolkit.Win32.UI.XamlHost.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Toolkit.Win32.UI.XamlHost.XamlApplication" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>MyOffice.BackgroundTasks.dll</Path>
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.UpdateTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.PreinstallTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.NotificationsTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.AppServiceTask" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.NotificationActionTask" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>MyOffice.RuntimeComponents.dll</Path>
        <ActivatableClass ActivatableClassId="MyOffice.RuntimeComponents.ClientSystem" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="MyOffice.RuntimeComponents.TraceLog" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <build:Metadata>
    <build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.6.36265.37517"/>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.1"/>
    <build:Item Name="VisualStudio" Version="17.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.20348.1 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.6.36415.52745"/>
    <build:Item Name="ProjectGUID" Value="d6f6fc52-3c14-42d6-bef7-e6cecb8d6b93"/>
    <build:Item Name="makepri.exe" Version="10.0.19041.1 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>