<?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"
           xsi:type="TaskPaneApp">
  <Id>4c1b1bca-0f70-4aae-b283-d7041df4a7e1</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Leecher</ProviderName>
  <DefaultLocale>en-GB</DefaultLocale>
  <DisplayName DefaultValue="Leecher Reporting"/>
  <Description DefaultValue="Refresh creator video performance and sentiment in Excel."/>
  <IconUrl DefaultValue="https://reporting-api.leecher.app/excel-addin/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://reporting-api.leecher.app/excel-addin/icon-64.png"/>
  <SupportUrl DefaultValue="https://reporting.leecher.app/support"/>
  <AppDomains>
    <AppDomain>https://reporting.leecher.app</AppDomain>
    <AppDomain>https://reporting-api.leecher.app</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="ExcelApi" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://reporting.leecher.app/excel-addin"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
