<?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>6f2c1c2e-8a3b-4b1e-9f5d-0d8b5c3a7e21</Id>
  <!-- Microsoft's validator refuses a manifest version under 1.0, so this counts from 1.0.0.0 while the code is 0.1.0. -->
  <Version>1.0.0.0</Version>
  <ProviderName>Orvyn</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Orvyn" />
  <Description DefaultValue="Orvyn's signed data feeds as functions in your cells: the free delayed value, the signed value from your pack, and a link to check it." />
  <IconUrl DefaultValue="https://orvyn.me/toolkit/excel/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://orvyn.me/toolkit/excel/assets/icon-64.png" />
  <SupportUrl DefaultValue="https://orvyn.me/toolkit" />
  <AppDomains>
    <AppDomain>https://orvyn.me</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1" />
      <Set Name="CustomFunctionsRuntime" MinVersion="1.1" />
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://orvyn.me/toolkit/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="Shared.Url" lifetime="long" />
        </Runtimes>
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="Functions.Script.Url" />
            </Script>
            <Page>
              <SourceLocation resid="Shared.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="Shared.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Orvyn.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="Orvyn.TaskpaneButton">
                  <Label resid="Button.Label" />
                  <Supertip>
                    <Title resid="Button.Label" />
                    <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>Orvyn.Taskpane</TaskpaneId>
                    <SourceLocation resid="Shared.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://orvyn.me/toolkit/excel/assets/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://orvyn.me/toolkit/excel/assets/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://orvyn.me/toolkit/excel/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Shared.Url" DefaultValue="https://orvyn.me/toolkit/excel/taskpane.html" />
        <bt:Url id="Functions.Script.Url" DefaultValue="https://orvyn.me/toolkit/excel/functions.js" />
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://orvyn.me/toolkit/excel/functions.json" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://orvyn.me/toolkit" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="ORVYN" />
        <bt:String id="Group.Label" DefaultValue="Orvyn" />
        <bt:String id="Button.Label" DefaultValue="Orvyn" />
        <bt:String id="GetStarted.Title" DefaultValue="Orvyn feeds in your cells" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Button.Tooltip" DefaultValue="Save your API key and copy the ORVYN formulas." />
        <bt:String id="GetStarted.Description" DefaultValue="Type =ORVYN.PREVIEW(&quot;orvyn/sgov-etf-price&quot;) in a cell. Open the Orvyn pane to save a key for the signed functions." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
