<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>33e585e1-7010-44d0-8075-4190d94b5d4b</Id>
  <Version>1.0.12.0</Version>
  <ProviderName>fAlpha.ai</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="fAlpha for Excel"/>
  <Description DefaultValue="Live fAlpha pre-trade validation signals, sentiment, and news as =FALPHA.* functions plus a research task pane."/>
  <IconUrl DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://falpha.ai/contact"/>
  <AppDomains>
    <AppDomain>https://api.falpha.ai</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="CustomFunctionsRuntime" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="Functions.Script.Url"/>
            </Script>
            <Page>
              <SourceLocation resid="Functions.Page.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="Falpha.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="Falpha.TaskpaneButton">
                  <Label resid="Button.Label"/>
                  <Supertip>
                    <Title resid="Button.Title"/>
                    <Description resid="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">
                    <TaskpaneId>Falpha.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/assets/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/assets/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://api.falpha.ai/addins/excel/v1.0.12.0/taskpane.html"/>
        <bt:Url id="Functions.Page.Url" DefaultValue="https://api.falpha.ai/addins/excel/functions.html"/>
        <bt:Url id="Functions.Script.Url" DefaultValue="https://api.falpha.ai/addins/excel/functions.js"/>
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://api.falpha.ai/addins/excel/functions.json"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://falpha.ai/excel"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="FALPHA"/>
        <bt:String id="Group.Label" DefaultValue="fAlpha"/>
        <bt:String id="Button.Label" DefaultValue="fAlpha"/>
        <bt:String id="Button.Title" DefaultValue="fAlpha for Excel"/>
        <bt:String id="GetStarted.Title" DefaultValue="fAlpha signals loaded"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Button.Tooltip" DefaultValue="Open the fAlpha task pane: account, usage, watchlists, screener, and pre-trade validation."/>
        <bt:String id="GetStarted.Description" DefaultValue="Try =FALPHA.SIGNAL(&quot;NVDA&quot;) in any cell, then open the fAlpha task pane to configure your API key."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
