<?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>A1B2C3D4-E5F6-7890-ABCD-EF1234567890</Id>
  <Version>1.0.0</Version>
  <ProviderName>Excel Barcode</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Barcode Inserter"/>
  <Description DefaultValue="Insert EAN-13, CODE128 and QR barcodes embedded directly into your workbook"/>
  <SupportUrl DefaultValue="https://excel-barcoder.talosat.work"/>
  <Hosts><Host Name="Workbook"/></Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://excel-barcoder.talosat.work/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <FunctionFile resid="Commands.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="BarcodeGroup">
                <Label resid="CommandsGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16"/>
                  <bt:Image size="32" resid="Icon.32x32"/>
                  <bt:Image size="80" resid="Icon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="OpenPaneButton">
                  <Label resid="OpenPaneButton.Label"/>
                  <Supertip>
                    <Title resid="OpenPaneButton.Label"/>
                    <Description resid="OpenPaneButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16"/>
                    <bt:Image size="32" resid="Icon.32x32"/>
                    <bt:Image size="80" resid="Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>BarcodePane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://excel-barcoder.talosat.work/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://excel-barcoder.talosat.work/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://excel-barcoder.talosat.work/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Commands.Url"  DefaultValue="https://excel-barcoder.talosat.work/commands.html"/>
        <bt:Url id="Taskpane.Url"  DefaultValue="https://excel-barcoder.talosat.work/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="CommandsGroup.Label"    DefaultValue="Barcodes"/>
        <bt:String id="OpenPaneButton.Label"   DefaultValue="Insert Barcode"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="OpenPaneButton.Tooltip" DefaultValue="Open the Barcode Inserter panel"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>