<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap2 uap3" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3">
  <Identity Name="C3F01A92-4AC0-416B-AA8E-3428278AD24E" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.2008.6002"/>
  <Properties>
    <DisplayName>Help</DisplayName>
    <PublisherDisplayName>Microsoft Office Service</PublisherDisplayName>
    <Logo>excel_96x1_e1a9a7b457251e8202ef260f24447221.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.10240.0" MaxVersionTested="12.0.0.0"/>
    <TargetDeviceFamily Name="Platform.All" MinVersion="0.0.0.0" MaxVersionTested="0.0.0.0"/>
  </Dependencies>
  <Resources>
    <Resource Language="en-us"/>
  </Resources>
  <Applications>
    <Application Id="Microsoft.Office.FA000000033">
      <uap:VisualElements DisplayName="Help" Square150x150Logo="excel_96x1_e1a9a7b457251e8202ef260f24447221.png" Square44x44Logo="excel_96x1_e1a9a7b457251e8202ef260f24447221.png" Description="User-invoked guided walkthrough tutorials." BackgroundColor="transparent" AppListEntry="none"/>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="office-add-in-contract" Id="Workbook-add-in" PublicFolder="public\Help" DisplayName="Help" Description="User-invoked guided walkthrough tutorials.">
            <uap3:Properties/>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>