<?xml version="1.0" encoding="UTF-8"?>
<!--
  FamilyLawGPS — Word add-in manifest (SIDELOAD BETA).
  Deterministic engines only: cite-format check + Westlaw checklist, the
  Opposing Counsel Pass, placeholder audit, corpus authority links. Document
  text never leaves the taskpane; there is no model behind this surface (R7).
  Status doctrine: the /connectors card does NOT badge this "Live" until an
  end-to-end audit inside Word passes. Sideload instructions: /connectors.
-->
<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>b3f6f6f2-9d4e-4d3a-8c2f-71a53c6e0b19</Id>
  <Version>0.9.0.0</Version>
  <ProviderName>LegalDraft Technologies LLC</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="FamilyLawGPS" />
  <Description DefaultValue="Deterministic Florida family-law engines in your document: Opposing Counsel Pass, Bluebook cite-format check with a Westlaw verification checklist, unfilled-blank audit, and hash-pinned statute/rule links. No AI generation; document text never leaves the pane." />
  <IconUrl DefaultValue="https://familylawgps.ai/addin/icon-32" />
  <HighResolutionIconUrl DefaultValue="https://familylawgps.ai/addin/icon-80" />
  <SupportUrl DefaultValue="https://familylawgps.ai/connectors" />

  <AppDomains>
    <AppDomain>https://familylawgps.ai</AppDomain>
  </AppDomains>

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

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://familylawgps.ai/addin" />
  </DefaultSettings>

  <Permissions>ReadDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="FLGPS.Group1">
                <Label resid="FLGPS.GroupLabel" />
                <Icon>
                  <bt:Image size="16" resid="FLGPS.Icon16" />
                  <bt:Image size="32" resid="FLGPS.Icon32" />
                  <bt:Image size="80" resid="FLGPS.Icon80" />
                </Icon>
                <Control xsi:type="Button" id="FLGPS.TaskpaneButton">
                  <Label resid="FLGPS.ButtonLabel" />
                  <Supertip>
                    <Title resid="FLGPS.ButtonLabel" />
                    <Description resid="FLGPS.ButtonTip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="FLGPS.Icon16" />
                    <bt:Image size="32" resid="FLGPS.Icon32" />
                    <bt:Image size="80" resid="FLGPS.Icon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>FLGPS.Taskpane</TaskpaneId>
                    <SourceLocation resid="FLGPS.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="FLGPS.Icon16" DefaultValue="https://familylawgps.ai/addin/icon-16" />
        <bt:Image id="FLGPS.Icon32" DefaultValue="https://familylawgps.ai/addin/icon-32" />
        <bt:Image id="FLGPS.Icon80" DefaultValue="https://familylawgps.ai/addin/icon-80" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="FLGPS.Url" DefaultValue="https://familylawgps.ai/addin" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="FLGPS.GroupLabel" DefaultValue="FamilyLawGPS" />
        <bt:String id="FLGPS.ButtonLabel" DefaultValue="Open FamilyLawGPS" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="FLGPS.ButtonTip" DefaultValue="Run the deterministic engines on this document: Opposing Counsel Pass, cite-format check, blank audit, authority links. No AI generation; text never leaves the pane." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
