<?xml version="1.0" encoding="UTF-8"?>
<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" xsi:type="TaskPaneApp">
  <Id>f3c8d2ba-843d-4cf1-9d42-6d3999e5d3a8</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Excel Agent</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Excel Agent" />
  <Description DefaultValue="AI-powered spreadsheet agent for Excel." />
  <IconUrl DefaultValue="https://excel.jpdz.app/excel-addin/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://excel.jpdz.app/excel-addin/icon-64.png" />
  <SupportUrl DefaultValue="https://excel.jpdz.app/excel-plugin" />
  <AppDomains>
    <AppDomain>https://excel.jpdz.app</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="ExcelApi" MinVersion="1.1" />
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://excel.jpdz.app/excel-plugin/taskpane" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <FunctionFile resid="Taskpane.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="ExcelAgentGroup">
                <Label resid="Group.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16" />
                  <bt:Image size="32" resid="Icon.32" />
                  <bt:Image size="80" resid="Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="TaskpaneButton">
                  <Label resid="TaskpaneButton.Label" />
                  <Supertip>
                    <Title resid="TaskpaneButton.Label" />
                    <Description resid="TaskpaneButton.Supertip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ExcelAgentPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://excel.jpdz.app/excel-addin/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://excel.jpdz.app/excel-addin/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://excel.jpdz.app/excel-addin/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://excel.jpdz.app/excel-plugin" />
        <bt:Url id="Taskpane.Url" DefaultValue="https://excel.jpdz.app/excel-plugin/taskpane" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Excel Agent" />
        <bt:String id="Group.Label" DefaultValue="Excel Agent" />
        <bt:String id="TaskpaneButton.Label" DefaultValue="Open Excel Agent" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open the Excel Agent task pane to run AI-powered commands on your workbook." />
        <bt:String id="TaskpaneButton.Supertip" DefaultValue="Opens the Excel Agent task pane to sync your workbook and run AI commands." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>