<?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>94646957-0bbe-4e8c-9f85-e33fca836583</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>gridcode</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="gridcode" />
  <Description DefaultValue="DIGIPIN, Plus Codes &amp; GeoHash custom functions for Excel — multi-grid location toolkit." />
  <IconUrl DefaultValue="https://gridcode-mvp.pages.dev/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://gridcode-mvp.pages.dev/assets/icon-64.png" />
  <SupportUrl DefaultValue="https://gridcode-mvp.pages.dev/" />

  <Hosts>
    <Host Name="Workbook" />
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://gridcode-mvp.pages.dev/functions.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="GridCode.Runtime.Url" lifetime="long" />
        </Runtimes>
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="GridCode.Functions.Script.Url" />
            </Script>
            <Page>
              <SourceLocation resid="GridCode.Functions.Page.Url" />
            </Page>
            <Metadata>
              <SourceLocation resid="GridCode.Functions.Metadata.Url" />
            </Metadata>
            <Namespace resid="GridCode.Namespace" />
          </ExtensionPoint>
        </AllFormFactors>
      </Host>
    </Hosts>

    <Resources>
      <bt:Urls>
        <bt:Url id="GridCode.Runtime.Url" DefaultValue="https://gridcode-mvp.pages.dev/functions.html" />
        <bt:Url id="GridCode.Functions.Page.Url" DefaultValue="https://gridcode-mvp.pages.dev/functions.html" />
        <bt:Url id="GridCode.Functions.Script.Url" DefaultValue="https://gridcode-mvp.pages.dev/functions.js" />
        <bt:Url id="GridCode.Functions.Metadata.Url" DefaultValue="https://gridcode-mvp.pages.dev/functions.json" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GridCode.Namespace" DefaultValue="G" />
      </bt:ShortStrings>
      <bt:LongStrings>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
