<?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>05c2e1c9-3e1d-406e-9a91-e9ac64854143</Id>
  <Version>2.1.1</Version>
  <ProviderName>TuNguyen</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Excel CAAT"/>
  <Description DefaultValue="Computer-Assisted Audit Techniques for Excel"/>
  <IconUrl DefaultValue="https://excel-caat.tunt.pro/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://excel-caat.tunt.pro/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://github.com/tubeoism/excel-caat"/>
  <AppDomains>
    <AppDomain>https://excel-caat.tunt.pro</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://excel-caat.tunt.pro/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="Taskpane.Url" lifetime="long" />
        </Runtimes>
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Taskpane.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="TabExcelCAAT">
              <Group id="CommandsGroup">
                <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="BtnProfile">
                  <Label resid="BtnProfile.Label" />
                  <Supertip>
                    <Title resid="BtnProfile.Label" />
                    <Description resid="BtnProfile.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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url.Profile" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="BtnDuplicates">
                  <Label resid="BtnDuplicates.Label" />
                  <Supertip>
                    <Title resid="BtnDuplicates.Label" />
                    <Description resid="BtnDuplicates.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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url.Duplicates" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="BtnGaps">
                  <Label resid="BtnGaps.Label" />
                  <Supertip>
                    <Title resid="BtnGaps.Label" />
                    <Description resid="BtnGaps.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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url.Gaps" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="BtnBenford">
                  <Label resid="BtnBenford.Label" />
                  <Supertip>
                    <Title resid="BtnBenford.Label" />
                    <Description resid="BtnBenford.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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url.Benford" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="BtnStratify">
                  <Label resid="BtnStratify.Label" />
                  <Supertip>
                    <Title resid="BtnStratify.Label" />
                    <Description resid="BtnStratify.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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url.Stratify" />
                  </Action>
                </Control>
              </Group>
              <Label resid="TabExcelCAAT.Label" />
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://excel-caat.tunt.pro/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://excel-caat.tunt.pro/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://excel-caat.tunt.pro/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://github.com/tubeoism/excel-caat" />
        <bt:Url id="Commands.Url" DefaultValue="https://excel-caat.tunt.pro/commands.html" />
        <bt:Url id="Taskpane.Url" DefaultValue="https://excel-caat.tunt.pro/taskpane.html" />
        <bt:Url id="Taskpane.Url.Profile" DefaultValue="https://excel-caat.tunt.pro/taskpane.html?tab=profile" />
        <bt:Url id="Taskpane.Url.Duplicates" DefaultValue="https://excel-caat.tunt.pro/taskpane.html?tab=duplicates" />
        <bt:Url id="Taskpane.Url.Gaps" DefaultValue="https://excel-caat.tunt.pro/taskpane.html?tab=gaps" />
        <bt:Url id="Taskpane.Url.Benford" DefaultValue="https://excel-caat.tunt.pro/taskpane.html?tab=benford" />
        <bt:Url id="Taskpane.Url.Stratify" DefaultValue="https://excel-caat.tunt.pro/taskpane.html?tab=stratify" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Get started with Excel CAAT!" />
        <bt:String id="CommandsGroup.Label" DefaultValue="Data Analysis" />
        <bt:String id="TabExcelCAAT.Label" DefaultValue="Excel CAAT" />
        <bt:String id="BtnProfile.Label" DefaultValue="Profile Data" />
        <bt:String id="BtnDuplicates.Label" DefaultValue="Find Duplicates" />
        <bt:String id="BtnGaps.Label" DefaultValue="Find Gaps" />
        <bt:String id="BtnBenford.Label" DefaultValue="Benford Analysis" />
        <bt:String id="BtnStratify.Label" DefaultValue="Stratify Data" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Excel CAAT loaded successfully. Go to the Excel CAAT tab to get started." />
        <bt:String id="BtnProfile.Tooltip" DefaultValue="Analyze column statistics (Min, Max, Average, etc.)" />
        <bt:String id="BtnDuplicates.Tooltip" DefaultValue="Find duplicate values in selected range" />
        <bt:String id="BtnGaps.Tooltip" DefaultValue="Find missing sequential numbers in selected range" />
        <bt:String id="BtnBenford.Tooltip" DefaultValue="Analyze data distribution using Benford's Law" />
        <bt:String id="BtnStratify.Tooltip" DefaultValue="Stratify data into equal intervals" />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
