<?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:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
          xsi:type="TaskPaneApp">
  <Id>b8fb1407-490b-42c2-89e7-261035439e6e</Id>
  <Version>1.0.2104.5002</Version>
  <ProviderName>Microsoft</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="OP Experimentation" />
  <Description DefaultValue="OP Experimentation"/>
  <IconUrl DefaultValue="assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="assets/icon-80.png"/>
  <Hosts>
    <Host Name="Document" />
    <Host Name="Workbook" />
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://localhost:3000/index_react.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" />
    </Sets>
  </Requirements>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Resources>
        <bt:Urls>
          <bt:Url id="OfficeJSLoad.Url" DefaultValue="https://localhost:3000/index.html"/>
          <bt:Url id="WordBundleJS.Url" DefaultValue="https://localhost:3000/index2.html"/>
          <bt:Url id="ExcelBundleJS.Url" DefaultValue="https://localhost:3000/index2_excel.html"/>
          <bt:Url id="ExcelPreloadBundleJS.Url" DefaultValue="https://localhost:3000/index2_excel_win32.html"/>
          <bt:Url id="PptPreloadBundleJS.Url" DefaultValue="https://localhost:3000/index2_ppt_win32.html"/>
          <bt:Url id="WordPreloadBundleJS.Url" DefaultValue="https://localhost:3000/index2_word_win32.html"/>
          <bt:Url id="PerfReactUi.Url" DefaultValue="https://localhost:3000/index_react.html"/>
        </bt:Urls>
      </Resources>
    </VersionOverrides>
</OfficeApp>
