<?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="75d7b5e1-67d1-47d9-acbf-b1082439db3f" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.1810.13001"/>
  <Properties>
    <DisplayName>Editor Pane</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>oZFS95h_888db895a5115f7b432d1f74b7a1453a.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.FA000000016">
      <uap:VisualElements DisplayName="Editor Pane" Square150x150Logo="oZFS95h_888db895a5115f7b432d1f74b7a1453a.png" Square44x44Logo="oZFS95h_888db895a5115f7b432d1f74b7a1453a.png" Description="Editor experience for Office online" BackgroundColor="transparent" AppListEntry="none"/>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="office-add-in-contract" Id="Presentation-add-in" PublicFolder="public\Editor Pane" DisplayName="Editor Pane" Description="Editor experience for Office online">
            <uap3:Properties/>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>