<?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="d7879bde-0f99-475d-9060-a56657abd745" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.1908.6002"/>
  <Properties>
    <DisplayName>Acronyms (Preview)</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.FA000000009">
      <uap:VisualElements DisplayName="Acronyms (Preview)" Square150x150Logo="oZFS95h_888db895a5115f7b432d1f74b7a1453a.png" Square44x44Logo="oZFS95h_888db895a5115f7b432d1f74b7a1453a.png" Description="Displays definitions found for acronyms in the document" BackgroundColor="transparent" AppListEntry="none"/>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="office-add-in-contract" Id="Document-add-in" PublicFolder="public\Acronyms (Preview)" DisplayName="Acronyms (Preview)" Description="Displays definitions found for acronyms in the document">
            <uap3:Properties/>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>