<?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>e2c0f1a4-7b3d-4c2e-9a1f-2b6d8c4e1f00</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>THE ENTITY</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="THE ENTITY Data" />
  <Description DefaultValue="=ENTITY.QUERY() — read-only access to THE ENTITY Data (graph, engine, smart-money, feeds) in Excel cells." />
  <IconUrl DefaultValue="https://joinentity.com/og.png" />
  <HighResolutionIconUrl DefaultValue="https://joinentity.com/og.png" />
  <SupportUrl DefaultValue="https://joinentity.com/developers" />
  <AppDomains>
    <AppDomain>https://joinentity.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1" />
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://joinentity.com/excel/taskpane.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Taskpane.Url" lifetime="long" />
        </Runtimes>
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="Functions.Script.Url" />
            </Script>
            <Page>
              <SourceLocation resid="Taskpane.Url" />
            </Page>
            <Metadata>
              <SourceLocation resid="Functions.Metadata.Url" />
            </Metadata>
            <Namespace resid="Functions.Namespace" />
          </ExtensionPoint>
        </AllFormFactors>
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <FunctionFile resid="Taskpane.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="ENTITY.Group">
                <Label resid="Group.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16" />
                  <bt:Image size="32" resid="Icon.32" />
                  <bt:Image size="80" resid="Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="ENTITY.Taskpane.Button">
                  <Label resid="Taskpane.Button.Label" />
                  <Supertip>
                    <Title resid="Taskpane.Button.Label" />
                    <Description resid="Taskpane.Button.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://joinentity.com/og.png" />
        <bt:Image id="Icon.32" DefaultValue="https://joinentity.com/og.png" />
        <bt:Image id="Icon.80" DefaultValue="https://joinentity.com/og.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Functions.Script.Url" DefaultValue="https://joinentity.com/excel/functions.js" />
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://joinentity.com/excel/functions.json" />
        <bt:Url id="Taskpane.Url" DefaultValue="https://joinentity.com/excel/taskpane.html" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://joinentity.com/developers" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="ENTITY" />
        <bt:String id="Group.Label" DefaultValue="THE ENTITY Data" />
        <bt:String id="Taskpane.Button.Label" DefaultValue="API key" />
        <bt:String id="GetStarted.Title" DefaultValue="THE ENTITY Data" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Taskpane.Button.Tooltip" DefaultValue="Set your THE ENTITY Data API key, then use =ENTITY.QUERY() in any cell." />
        <bt:String id="GetStarted.Description" DefaultValue="Open the THE ENTITY Data pane, save your entk_live_ key, then use =ENTITY.QUERY()." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
