<?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/appforoffice/1.0/override"
  xsi:type="TaskPaneApp">

  <!-- Use a new random GUID when you publish (must stay stable per release channel). -->
  <Id>a1b2c3d4-e5f6-7890-abcd-ef1234567890</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Caseflow</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Caseflow" />
  <Description DefaultValue="Legal research: EUR-Lex and batch CELEX/ECLI search via Caseflow." />
  <IconUrl DefaultValue="https://word.getcaseflow.app/assets/32x32.png" />
  <HighResolutionIconUrl DefaultValue="https://word.getcaseflow.app/assets/64x64.png" />
  <SupportUrl DefaultValue="https://getcaseflow.app" />

  <AppDomains>
    <AppDomain>https://word.getcaseflow.app</AppDomain>
    <AppDomain>https://api.getcaseflow.app</AppDomain>
  </AppDomains>

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://word.getcaseflow.app/taskpane.html" />
  </DefaultSettings>

  <Permissions>ReadDocument</Permissions>

</OfficeApp>
