<?xml version="1.0" encoding="UTF-8"?>
<!--
  TradePolaris for Excel. Office add-in manifest (XML, VersionOverrides 1.0).
  The Id is this add-in's identity for Office and must never change; every URL
  is on https://tradepolaris.com/excel/ and is served from platform-web/public.
  SharedRuntime 1.1 runs the taskpane and the custom functions in one runtime;
  CustomFunctionsRuntime 1.2 is the floor for CustomFunctions.Error messages.
-->
<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>e606503d-c61f-4948-bee1-c8cab115c218</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Kurtosis, Inc.</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="TradePolaris for Excel"/>
  <Description DefaultValue="TradePolaris DB market data in Excel: =TP.PRICE, =TP.HIST, =TP.FUND, =TP.DIVIDENDS, =TP.SPLITS, =TP.DATASET and =TP.SEARCH, backed by your Data API key."/>
  <IconUrl DefaultValue="https://tradepolaris.com/excel/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://tradepolaris.com/excel/icon-64.png"/>
  <SupportUrl DefaultValue="https://tradepolaris.com/excel"/>
  <AppDomains>
    <AppDomain>https://tradepolaris.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1"/>
      <Set Name="CustomFunctionsRuntime" MinVersion="1.2"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://tradepolaris.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="Commands.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="TradePolaris.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="TradePolaris.OpenTaskpane">
                  <Label resid="Taskpane.Label"/>
                  <Supertip>
                    <Title resid="Taskpane.Label"/>
                    <Description resid="Taskpane.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">
                    <TaskpaneId>TradePolaris.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://tradepolaris.com/excel/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://tradepolaris.com/excel/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://tradepolaris.com/excel/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://tradepolaris.com/excel/taskpane.html"/>
        <bt:Url id="Commands.Url" DefaultValue="https://tradepolaris.com/excel/commands.html"/>
        <bt:Url id="Functions.Script.Url" DefaultValue="https://tradepolaris.com/excel/functions.js"/>
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://tradepolaris.com/excel/functions.json"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://tradepolaris.com/excel"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="TP"/>
        <bt:String id="Group.Label" DefaultValue="TradePolaris"/>
        <bt:String id="Taskpane.Label" DefaultValue="Open TradePolaris"/>
        <bt:String id="GetStarted.Title" DefaultValue="TradePolaris for Excel is installed"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Taskpane.Tooltip" DefaultValue="Sign in with a Data API key and insert =TP formulas."/>
        <bt:String id="GetStarted.Description" DefaultValue="Open TradePolaris from the Home ribbon, paste a Data API key, then type =TP.PRICE(&quot;AAPL&quot;) in a cell."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
