<?xml version="1.0" encoding="utf-8"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  xmlns:contentappor="http://schemas.microsoft.com/office/contentappversionoverrides"
  xsi:type="ContentApp">

  <Id>9202f6f9-8fe3-4cf8-9cbd-384c940fe419</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>kotai</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <!-- The display name of your add-in. Used on the store and various placed of the Office UI such as the add-ins dialog -->
  <DisplayName DefaultValue="SDX SSO Web App" />
  <Description DefaultValue="SDX SSO Web App" />
  <!--Icon for your add-in. Used on installation screens and the add-ins dialog -->
  <IconUrl DefaultValue="assets/icon-32.png"/>

  <Hosts>
    <Host Name="Document"/>
    <Host Name="Notebook"/>
    <Host Name="Presentation"/>
    <Host Name="Workbook"/>
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="addin.html" />
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <!--BeginAddinCommandsMode integration-->
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/contentappversionoverrides" xsi:type="VersionOverridesV1_0">
    <WebApplicationInfo>
      <Id>c26d35f8-e7e9-4a67-9180-d9f50d5e981c</Id>
      <MsaId>c26d35f8-e7e9-4a67-9180-d9f50d5e981c</MsaId>
      <Resource>https://forms.officeppe.com</Resource>
      <Scopes>
      </Scopes>
    </WebApplicationInfo>
  </VersionOverrides>
</OfficeApp>