<?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>26156968-3103-40c3-9616-da88237c5cd7</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Dripwork</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Scrubsheet" />
  <Description DefaultValue="Anonymize spreadsheet data inside Excel: fake, mask, hash or redact names, emails, phone numbers, IBANs and national IDs. Data never leaves your workbook." />
  <IconUrl DefaultValue="https://scrubsheet.dripwork.dev/addin/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://scrubsheet.dripwork.dev/addin/assets/icon-64.png" />
  <SupportUrl DefaultValue="https://scrubsheet.dripwork.dev/support/" />
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="ExcelApi" MinVersion="1.7" />
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://scrubsheet.dripwork.dev/addin/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="Scrubsheet.GetStarted.Title" />
            <Description resid="Scrubsheet.GetStarted.Description" />
            <LearnMoreUrl resid="Scrubsheet.LearnMore.Url" />
          </GetStarted>
          <FunctionFile resid="Scrubsheet.Commands.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Scrubsheet.Group">
                <Label resid="Scrubsheet.Group.Label" />
                <Icon>
                  <bt:Image size="16" resid="Scrubsheet.Icon.16" />
                  <bt:Image size="32" resid="Scrubsheet.Icon.32" />
                  <bt:Image size="80" resid="Scrubsheet.Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="Scrubsheet.OpenTaskpane">
                  <Label resid="Scrubsheet.Button.Label" />
                  <Supertip>
                    <Title resid="Scrubsheet.Button.Label" />
                    <Description resid="Scrubsheet.Button.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Scrubsheet.Icon.16" />
                    <bt:Image size="32" resid="Scrubsheet.Icon.32" />
                    <bt:Image size="80" resid="Scrubsheet.Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Scrubsheet.Taskpane</TaskpaneId>
                    <SourceLocation resid="Scrubsheet.Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Scrubsheet.Icon.16" DefaultValue="https://scrubsheet.dripwork.dev/addin/assets/icon-16.png" />
        <bt:Image id="Scrubsheet.Icon.32" DefaultValue="https://scrubsheet.dripwork.dev/addin/assets/icon-32.png" />
        <bt:Image id="Scrubsheet.Icon.80" DefaultValue="https://scrubsheet.dripwork.dev/addin/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Scrubsheet.Commands.Url" DefaultValue="https://scrubsheet.dripwork.dev/addin/commands" />
        <bt:Url id="Scrubsheet.Taskpane.Url" DefaultValue="https://scrubsheet.dripwork.dev/addin/taskpane" />
        <bt:Url id="Scrubsheet.LearnMore.Url" DefaultValue="https://scrubsheet.dripwork.dev/excel/" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Scrubsheet.Group.Label" DefaultValue="Scrubsheet" />
        <bt:String id="Scrubsheet.Button.Label" DefaultValue="Anonymize" />
        <bt:String id="Scrubsheet.GetStarted.Title" DefaultValue="Scrubsheet is ready" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Scrubsheet.Button.Tooltip" DefaultValue="Open Scrubsheet to anonymize the selected data. Nothing leaves your workbook." />
        <bt:String id="Scrubsheet.GetStarted.Description" DefaultValue="Select a table or range, then choose Home &gt; Anonymize." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
