﻿<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:type="TaskPaneApp">
  <Id>e5a33c58-dfd4-45f3-99b9-3d6d3ca9ef91</Id>
  <Version>4.0.4.0</Version>
  <ProviderName>Kiro</ProviderName>
  <DefaultLocale>zh-CN</DefaultLocale>
  <DisplayName DefaultValue="Kiro" />
  <Description DefaultValue="Kiro for Microsoft Word. AI-assisted polishing, summary, typo detection, and formatting." />
  <IconUrl DefaultValue="https://your-domain.example/office-word/images/kiro-mark.svg" />
  <HighResolutionIconUrl DefaultValue="https://your-domain.example/office-word/images/kiro-mark.svg" />
  <SupportUrl DefaultValue="https://your-domain.example/office-word/install.html" />
  <AppDomains>
    <AppDomain>https://your-domain.example</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://your-domain.example/office-word/taskpane.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <Requirements>
    <Sets DefaultMinVersion="1.3">
      <Set Name="WordApi" MinVersion="1.3" />
    </Sets>
  </Requirements>
</OfficeApp>
