<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" 
    xsi:type="TaskPaneApp">
  <Id>a1a92002-231f-4ad0-9d8c-877bb90b64cf</Id>
  <Version>1.0.2510.22010</Version>
  <ProviderName>Microsoft</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <AppDomains>
    <AppDomain>https://www.microsoft.com/</AppDomain>
  </AppDomains>
  <DisplayName DefaultValue="Programmable Surfaces"/>
  <Description DefaultValue="Programmable Surfaces"/>
  <IconUrl DefaultValue="assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="assets/icon-80.png"/>
  <Hosts>
    <Host Name="Document"/>
    <Host Name="Drawing"/>
    <Host Name="Presentation"/>
    <Host Name="Workbook"/>
    <Host Name="Mailbox"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="index.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime"/>
      <Set Name="CdnUrlSupport" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Resources>
      <bt:Urls>
        <bt:Url id="PerfReactUi.Url" DefaultValue="index.html"/>
        <bt:Url id="Word.Url" DefaultValue="index_word.html"/>
        <bt:Url id="Excel.Url" DefaultValue="index_excel.html"/>
        <bt:Url id="PowerPoint.Url" DefaultValue="index_ppt.html"/>
        <bt:Url id="DevLocalhost.Url" DefaultValue="https://localhost:3000/index.html"/>
      </bt:Urls>
    </Resources>
  </VersionOverrides>
</OfficeApp>