<?xml version="1.0" encoding="UTF-8"?>
<!--
  Chartberry task pane add-in for Excel.
  Sideload: download this file, then in Excel choose Insert > Add-ins > Upload My Add-in,
  or place it in a trusted network share catalog. The pane it opens is served from
  https://chartberry.io/addin/taskpane. Instructions: https://chartberry.io/addin
-->
<OfficeApp
  xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:type="TaskPaneApp">
  <Id>7c1f5a3e-9b2d-4e6f-8a1c-2f4d6e8a0b1c</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Chartberry</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Chartberry" />
  <Description DefaultValue="Verify and visualize the workbook you have open. Every number reconciled and cited." />
  <IconUrl DefaultValue="https://chartberry.io/icon.png" />
  <HighResolutionIconUrl DefaultValue="https://chartberry.io/icon.png" />
  <SupportUrl DefaultValue="https://chartberry.io/addin" />
  <AppDomains>
    <AppDomain>https://chartberry.io</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://chartberry.io/addin/taskpane" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
