<?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>788485ee-7ff2-4bda-80c1-1f206775cfb5</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Cited Authorities LLC</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="CiteMatch"/>
  <Description DefaultValue="Source-backed citation review. For Everyone. Local analysis runs in the task pane; document text never leaves Word."/>
  <IconUrl DefaultValue="https://citematch.app/addin/assets/citematch-ribbon-icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://citematch.app/addin/assets/citematch-ribbon-icon-80.png"/>
  <SupportUrl DefaultValue="https://citematch.app/support"/>

  <AppDomains>
    <AppDomain>https://citematch.app</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Document"/>
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://citematch.app/addin/index.html"/>
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="CiteMatch.Group">
                <Label resid="CiteMatch.GroupLabel"/>
                <Icon>
                  <bt:Image size="16" resid="CiteMatch.Icon.16"/>
                  <bt:Image size="32" resid="CiteMatch.Icon.32"/>
                  <bt:Image size="64" resid="CiteMatch.Icon.64"/>
                  <bt:Image size="80" resid="CiteMatch.Icon.80"/>
                </Icon>
                <Control xsi:type="Button" id="CiteMatch.OpenPane">
                  <Label resid="CiteMatch.ButtonLabel"/>
                  <Supertip>
                    <Title resid="CiteMatch.ButtonLabel"/>
                    <Description resid="CiteMatch.ButtonTip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="CiteMatch.Icon.16"/>
                    <bt:Image size="32" resid="CiteMatch.Icon.32"/>
                    <bt:Image size="64" resid="CiteMatch.Icon.64"/>
                    <bt:Image size="80" resid="CiteMatch.Icon.80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>CiteMatch.Taskpane</TaskpaneId>
                    <SourceLocation resid="CiteMatch.Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="CiteMatch.Icon.16" DefaultValue="https://citematch.app/addin/assets/citematch-ribbon-icon-16.png"/>
        <bt:Image id="CiteMatch.Icon.32" DefaultValue="https://citematch.app/addin/assets/citematch-ribbon-icon-32.png"/>
        <bt:Image id="CiteMatch.Icon.64" DefaultValue="https://citematch.app/addin/assets/citematch-ribbon-icon-64.png"/>
        <bt:Image id="CiteMatch.Icon.80" DefaultValue="https://citematch.app/addin/assets/citematch-ribbon-icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="CiteMatch.Taskpane.Url" DefaultValue="https://citematch.app/addin/index.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="CiteMatch.GroupLabel" DefaultValue="CiteMatch"/>
        <bt:String id="CiteMatch.ButtonLabel" DefaultValue="CiteMatch"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="CiteMatch.ButtonTip" DefaultValue="Review the open document with CiteMatch, locally in the task pane."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
