<?xml version="1.0" encoding="UTF-8"?>
<!--
  Palanor Data for Excel: add-in manifest (XML, add-in only).
  Hosted at https://www.palanor.com/excel/manifest.xml. Sideload steps: palanor.com/developers#excel.
  Keep <Id> fixed forever; bump <Version> whenever this file changes.
-->
<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>0beab6aa-3758-4b12-9a64-ffcdd9b67919</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Palanor, Inc.</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Palanor Data"/>
  <Description DefaultValue="Signals from the Palanor lattice in your workbook: =PALANOR.LATEST, =PALANOR.SERIES and =PALANOR.INFO, with the source and license of every value."/>
  <IconUrl DefaultValue="https://www.palanor.com/excel/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://www.palanor.com/excel/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://palanor.com/developers#excel"/>
  <AppDomains>
    <AppDomain>https://www.palanor.com</AppDomain>
    <AppDomain>https://palanor.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://www.palanor.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="Palanor.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="Palanor.TaskpaneButton">
                  <Label resid="TaskpaneButton.Label"/>
                  <Supertip>
                    <Title resid="TaskpaneButton.Label"/>
                    <Description resid="TaskpaneButton.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>Palanor.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://www.palanor.com/excel/assets/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://www.palanor.com/excel/assets/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://www.palanor.com/excel/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Functions.Script.Url" DefaultValue="https://www.palanor.com/excel/functions.js"/>
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://www.palanor.com/excel/functions.json"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://www.palanor.com/excel/taskpane.html"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://palanor.com/developers#excel"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="PALANOR"/>
        <bt:String id="GetStarted.Title" DefaultValue="Palanor Data is ready"/>
        <bt:String id="Group.Label" DefaultValue="Palanor"/>
        <bt:String id="TaskpaneButton.Label" DefaultValue="Palanor"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open Home > Palanor, add your API key, then type =PALANOR.LATEST(&quot;rates.spread_2y10y&quot;)."/>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Add your Palanor API key and see the source and license of the data in the selected cell."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
