<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  Classic Office Add-in XML manifest for Excel. Sibling of
  excel.manifest.json (unified format) — same Id, both kept in sync.
-->
<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>27408119-bdba-4e4a-8edc-fe3036733689</Id>
  <Version>0.1.0.0</Version>
  <ProviderName>Moegent</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Moegent for Excel"/>
  <Description DefaultValue="Domain-specialist AI in Excel — install plugins (Data Cleaner, Financial Modeler, Pivot Coach) that turn Moegent into an expert for your workbook."/>
  <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="Workbook"/>
  </Hosts>

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

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