<?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>7f3b1c2e-9a54-4d6b-8f21-0c5a7d9e4b10</Id>
  <Version>1.1.0.0</Version>
  <ProviderName>Bypassify</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Bypassify" />
  <Description DefaultValue="Humanize or rewrite the text you select in Word. Only the selected text leaves your document." />
  <IconUrl DefaultValue="https://bypassify.online/word-addin/icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://bypassify.online/word-addin/icon-128.png" />
  <SupportUrl DefaultValue="https://bypassify.online/contact" />

  <AppDomains>
    <AppDomain>https://bypassify.online</AppDomain>
    <AppDomain>https://www.bypassify.online</AppDomain>
    <AppDomain>https://bypassify.lovable.app</AppDomain>
    <AppDomain>https://appsforoffice.microsoft.com</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Document" />
  </Hosts>

  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="WordApi" MinVersion="1.1" />
    </Sets>
  </Requirements>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://bypassify.online/word" />
  </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="Bypassify.Group">
                <Label resid="Group.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16" />
                  <bt:Image size="32" resid="Icon.32" />
                  <bt:Image size="80" resid="Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="Bypassify.OpenPane">
                  <Label resid="Button.Label" />
                  <Supertip>
                    <Title resid="Button.Label" />
                    <Description resid="Button.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Bypassify.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://bypassify.online/word-addin/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://bypassify.online/word-addin/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://bypassify.online/word-addin/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://bypassify.online/word" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://bypassify.online/integrations" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Group.Label" DefaultValue="Bypassify" />
        <bt:String id="Button.Label" DefaultValue="Bypassify" />
        <bt:String id="GetStarted.Title" DefaultValue="Bypassify is ready" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Button.Tooltip" DefaultValue="Open the Bypassify pane to humanize or rewrite the selected text." />
        <bt:String id="GetStarted.Description" DefaultValue="Select text in your document, then open the Bypassify pane from the Home tab." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
