<?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>97b77e6c-2345-47cb-a237-4daa2bca5924</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Halsted Software</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Bank File Kit"/>
  <Description DefaultValue="Create positive pay and ACH (NACHA) bank files from the open worksheet. Files are validated before download and never leave Excel."/>
  <IconUrl DefaultValue="https://positivepaygenerator.com/excel/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://positivepaygenerator.com/excel/icon-64.png"/>
  <SupportUrl DefaultValue="https://positivepaygenerator.com/excel/"/>

  <AppDomains>
    <AppDomain>https://positivepaygenerator.com</AppDomain>
  </AppDomains>

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://positivepaygenerator.com/excel/taskpane/"/>
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <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="BankFileKit.Group1">
                <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="BankFileKit.Open">
                  <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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://positivepaygenerator.com/excel/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://positivepaygenerator.com/excel/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://positivepaygenerator.com/excel/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://positivepaygenerator.com/excel/taskpane/"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://positivepaygenerator.com/excel/"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Bank File Kit is ready"/>
        <bt:String id="Group.Label" DefaultValue="Bank File Kit"/>
        <bt:String id="Button.Label" DefaultValue="Bank File Kit"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open the Bank File Kit pane from the Home tab to turn this worksheet into a positive pay or ACH file."/>
        <bt:String id="Button.Tooltip" DefaultValue="Create a positive pay or ACH (NACHA) file from this worksheet. Data never leaves Excel."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
