<?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="364e5a30-d567-44aa-afb6-1c929362ad29" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.1908.16006"/>
  <Properties>
    <DisplayName>Transform to Web Page</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>TransformToWeb.48x48x32.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.FA000000008">
      <uap:VisualElements DisplayName="Transform to Web Page" Square150x150Logo="TransformToWeb.48x48x32.png" Square44x44Logo="TransformToWeb.48x48x32.png" Description="Transform your document into an interactive, easy-to-share Sway web page that looks great on any device." BackgroundColor="transparent" AppListEntry="none"/>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="office-add-in-contract" Id="Document-add-in" PublicFolder="public\Transform to Web Page" DisplayName="Transform to Web Page" Description="Transform your document into an interactive, easy-to-share Sway web page that looks great on any device.">
            <uap3:Properties/>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>