<?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>b7e8c1a2-3f4d-4a5b-9c6d-7e8f9a0b1c2d</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>TextThatWorks</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="TextThatWorks"/>
  <Description DefaultValue="Readability + Action Score — will your readers understand and act on your text?"/>
  <IconUrl DefaultValue="https://textthatworks.com/addin/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://textthatworks.com/addin/icon-80.png"/>
  <SupportUrl DefaultValue="https://textthatworks.com/"/>
  <AppDomains>
    <AppDomain>https://textthatworks.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://textthatworks.com/addin/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
