<?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>abfa424e-a15c-4af8-982e-ee28f4d4f572</Id>
  <Version>1.0.0.183</Version>
  <ProviderName>TrailStaq</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="TrailStaq"/>
  <Description DefaultValue="Evidence-linked audit references for Excel."/>
  <IconUrl DefaultValue="https://trailstaq.elicora.com/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://trailstaq.elicora.com/assets/icon-80.png"/>
  <SupportUrl DefaultValue="https://trailstaq.elicora.com"/>
  <AppDomains>
    <AppDomain>https://trailstaq.elicora.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="ExcelApi" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://trailstaq.elicora.com/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="Cmd.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="AuditLayer.Tab">
              <Group id="AuditLayer.Group">
                <Label resid="Grp.Lbl"/>
                <Icon>
                  <bt:Image size="16" resid="I16"/>
                  <bt:Image size="32" resid="I32"/>
                  <bt:Image size="80" resid="I80"/>
                </Icon>
                <Control xsi:type="Button" id="AuditLayer.OpenTaskpane">
                  <Label resid="Open.Lbl"/>
                  <Supertip>
                    <Title resid="Open.Lbl"/>
                    <Description resid="Open.Desc"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="I16"/>
                    <bt:Image size="32" resid="I32"/>
                    <bt:Image size="80" resid="I80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>TrailStaq.Taskpane</TaskpaneId>
                    <SourceLocation resid="Tpn.Url"/>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="AuditLayer.LicenseManage">
                  <Label resid="Lic.Lbl"/>
                  <Supertip>
                    <Title resid="Lic.Lbl"/>
                    <Description resid="Lic.Desc"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="LicI16"/>
                    <bt:Image size="32" resid="LicI32"/>
                    <bt:Image size="80" resid="LicI80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>TrailStaq.Taskpane</TaskpaneId>
                    <SourceLocation resid="Lic.Url"/>
                  </Action>
                </Control>
              </Group>
              <Label resid="Tab.Lbl"/>
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="I16" DefaultValue="https://trailstaq.elicora.com/assets/icon-16.png"/>
        <bt:Image id="I32" DefaultValue="https://trailstaq.elicora.com/assets/icon-32.png"/>
        <bt:Image id="I80" DefaultValue="https://trailstaq.elicora.com/assets/icon-80.png"/>
        <bt:Image id="LicI16" DefaultValue="https://trailstaq.elicora.com/assets/license-16.png"/>
        <bt:Image id="LicI32" DefaultValue="https://trailstaq.elicora.com/assets/license-32.png"/>
        <bt:Image id="LicI80" DefaultValue="https://trailstaq.elicora.com/assets/license-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Tpn.Url" DefaultValue="https://trailstaq.elicora.com/taskpane.html?v=1.0.0.183"/>
        <bt:Url id="Lic.Url" DefaultValue="https://trailstaq.elicora.com/taskpane.html?v=1.0.0.183&amp;license=manage"/>
        <bt:Url id="Cmd.Url" DefaultValue="https://trailstaq.elicora.com/commands.html?v=1.0.0.183"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Tab.Lbl" DefaultValue="TRAILSTAQ"/>
        <bt:String id="Grp.Lbl" DefaultValue="Open"/>
        <bt:String id="Open.Lbl" DefaultValue="Open TrailStaq">
          <bt:Override Locale="de" Value="Öffne TrailStaq"/>
          <bt:Override Locale="de-DE" Value="Öffne TrailStaq"/>
          <bt:Override Locale="de-AT" Value="Öffne TrailStaq"/>
          <bt:Override Locale="de-CH" Value="Öffne TrailStaq"/>
        </bt:String>
        <bt:String id="Lic.Lbl" DefaultValue="Manage license">
          <bt:Override Locale="de" Value="Lizenz verwalten"/>
          <bt:Override Locale="de-DE" Value="Lizenz verwalten"/>
          <bt:Override Locale="de-AT" Value="Lizenz verwalten"/>
          <bt:Override Locale="de-CH" Value="Lizenz verwalten"/>
        </bt:String>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Open.Desc" DefaultValue="Open the TrailStaq task pane."/>
        <bt:String id="Lic.Desc" DefaultValue="Open license popup for this installation."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
