<?xml version="1.0" encoding="UTF-8"?>
<!--
  SPDX-License-Identifier: Apache-2.0
  Copyright (c) 2025 OrchIntel Systems Ltd.

  QiXCite Word Add-in — Production Manifest
  For Office Store submission and Microsoft 365 Admin Center deployment.
-->
<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>4b764234-15b5-4da7-94e0-cd631f552f29</Id>
  <Version>1.4.2</Version>
  <ProviderName>OrchIntel Systems</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="QiXCite Citation Validator"/>
  <Description DefaultValue="Validate legal citations in Word. Guest preview is included; verified cloud checks and synced evidence require IOA Cloud sign-in and may require a paid plan."/>

  <IconUrl DefaultValue="https://addin.orchintel.com/qixcite/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://addin.orchintel.com/qixcite/assets/icon-64.png"/>

  <SupportUrl DefaultValue="https://orchintel.com/qix/qixcite"/>

  <AppDomains>
    <AppDomain>https://addin.orchintel.com</AppDomain>
    <AppDomain>https://api.orchintel.com</AppDomain>
    <AppDomain>https://console.orchintel.com</AppDomain>
  </AppDomains>

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://addin.orchintel.com/qixcite/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="QiXCiteGroup">
                <Label resid="QiXCiteGroup.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="QiXCiteButton">
                  <Label resid="QiXCiteButton.Label"/>
                  <Supertip>
                    <Title resid="QiXCiteButton.Label"/>
                    <Description resid="QiXCiteButton.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>QiXCiteTaskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://addin.orchintel.com/qixcite/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://addin.orchintel.com/qixcite/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://addin.orchintel.com/qixcite/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://addin.orchintel.com/qixcite/taskpane.html"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://orchintel.com/qix/qixcite"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="QiXCite Citation Validator"/>
        <bt:String id="QiXCiteGroup.Label" DefaultValue="QiXCite"/>
        <bt:String id="QiXCiteButton.Label" DefaultValue="Validate Citations"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Scan your document for legal citations and validate them against authoritative sources. Verified cloud checks require IOA Cloud sign-in; advanced local workflows remain available."/>
        <bt:String id="QiXCiteButton.Tooltip" DefaultValue="Open QiXCite sidebar to validate legal citations in your document."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
