<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  COMBINED production manifest for the anymize Office add-in.
  ONE manifest, ONE install — the add-in appears in Word, Excel AND
  PowerPoint. (Outlook needs a separate manifest — Mail add-ins can't
  share an XML manifest with document add-ins; revisit with the unified
  JSON manifest.)

  Pane hosting:  https://addins.anymize.ai/word/  +  /excel/  +  /powerpoint/
  Chat embed:    https://app.anymize.ai            (AppDomain, iframe origin)

  NOTE deliberately NO <Requirements> block: in a multi-host manifest every
  listed requirement set must be supported by EVERY host — a WordApi entry
  would block activation in Excel and vice versa. The panes feature-detect
  at runtime instead.
-->
<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>ec224501-4c85-4e68-a018-3733e6cc7646</Id>
  <Version>1.2.0.0</Version>
  <ProviderName>anymize</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="anymize" />
  <Description DefaultValue="Anonymize sensitive content in Word documents, Excel workbooks and PowerPoint presentations with anymize." />
  <IconUrl DefaultValue="https://addins.anymize.ai/word/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://addins.anymize.ai/word/assets/icon-80.png" />
  <SupportUrl DefaultValue="https://app.anymize.ai/support" />
  <AppDomains>
    <AppDomain>https://app.anymize.ai</AppDomain>
    <AppDomain>https://auth.anymize.ai</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document" />
    <Host Name="Workbook" />
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <!-- Fallback for hosts without VersionOverrides support; every modern
         host resolves the per-host Taskpane URLs from Resources below. -->
    <SourceLocation DefaultValue="https://addins.anymize.ai/word/taskpane.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="AnymizeGroupWord">
                <Label resid="AnymizeGroup.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="AnymizeTaskpaneButtonWord">
                  <Label resid="AnymizeTaskpaneButton.Label" />
                  <Supertip>
                    <Title resid="AnymizeTaskpaneButton.Label" />
                    <Description resid="AnymizeTaskpaneButton.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>AnymizeTaskpaneId</TaskpaneId>
                    <SourceLocation resid="Taskpane.Word.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="AnymizeGroupExcel">
                <Label resid="AnymizeGroup.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="AnymizeTaskpaneButtonExcel">
                  <Label resid="AnymizeTaskpaneButton.Label" />
                  <Supertip>
                    <Title resid="AnymizeTaskpaneButton.Label" />
                    <Description resid="AnymizeTaskpaneButton.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>AnymizeTaskpaneId</TaskpaneId>
                    <SourceLocation resid="Taskpane.Excel.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Presentation">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="AnymizeGroupPowerPoint">
                <Label resid="AnymizeGroup.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="AnymizeTaskpaneButtonPowerPoint">
                  <Label resid="AnymizeTaskpaneButton.Label" />
                  <Supertip>
                    <Title resid="AnymizeTaskpaneButton.Label" />
                    <Description resid="AnymizeTaskpaneButton.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>AnymizeTaskpaneId</TaskpaneId>
                    <SourceLocation resid="Taskpane.PowerPoint.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://addins.anymize.ai/word/assets/icon-16.png" />
        <bt:Image id="Icon.32x32" DefaultValue="https://addins.anymize.ai/word/assets/icon-32.png" />
        <bt:Image id="Icon.80x80" DefaultValue="https://addins.anymize.ai/word/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://app.anymize.ai" />
        <bt:Url id="Taskpane.Word.Url" DefaultValue="https://addins.anymize.ai/word/taskpane.html" />
        <bt:Url id="Taskpane.Excel.Url" DefaultValue="https://addins.anymize.ai/excel/taskpane.html" />
        <bt:Url id="Taskpane.PowerPoint.Url" DefaultValue="https://addins.anymize.ai/powerpoint/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="anymize loaded successfully." />
        <bt:String id="AnymizeGroup.Label" DefaultValue="anymize" />
        <bt:String id="AnymizeTaskpaneButton.Label" DefaultValue="anymize" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Go to the Home tab and click the 'anymize' button to open the task pane and anonymize content in your document or workbook." />
        <bt:String id="AnymizeTaskpaneButton.Tooltip" DefaultValue="Open the anymize task pane to anonymize sensitive content." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
