<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  Classic Office Add-in XML manifest for Word.

  This is the format Office desktop's Insert → My Add-ins → Upload My
  Add-in expects. The unified JSON manifest (word.manifest.json) is the
  newer format used by `office-addin-debugging start` and AppSource.
  We ship both so users on either path can sideload.

  Same Id as the JSON manifest — Office treats them as one add-in.
-->
<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>cc1344c7-c853-4b79-9021-6b81af338c04</Id>
  <Version>0.1.0.0</Version>
  <ProviderName>Moegent</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Moegent for Word"/>
  <Description DefaultValue="Domain-specialist AI in Word — install plugins (Legal Writer, Brand Voice, Writing Coach) that turn Moegent into an expert for your document."/>
  <IconUrl DefaultValue="https://addin.moegent.com/assets/icon-color-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://addin.moegent.com/assets/icon-color-128.png"/>
  <SupportUrl DefaultValue="https://moegent.com/support"/>

  <AppDomains>
    <AppDomain>https://api.moegent.com</AppDomain>
    <AppDomain>https://gateway.ops360.io</AppDomain>
  </AppDomains>

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://addin.moegent.com/taskpane.html"/>
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
