<?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"
           xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
           xsi:type="TaskPaneApp">
  <Id>2b3a1f9c-7d4e-4c2a-9b6f-1e8a5c0d3f21</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>SIAC Desarrollos</ProviderName>
  <DefaultLocale>es-ES</DefaultLocale>
  <DisplayName DefaultValue="SIAC"/>
  <Description DefaultValue="SIAC — Asistente de IA para Excel con modelos de Huawei Cloud MaaS"/>
  <IconUrl DefaultValue="https://ia.siac.com.co/excel/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://ia.siac.com.co/excel/assets/icon-80.png"/>
  <SupportUrl DefaultValue="https://ia.siac.com.co/download"/>
  <AppDomains>
    <AppDomain>https://ia.siac.com.co</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.10">
      <Set Name="ExcelApi" MinVersion="1.10"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://ia.siac.com.co/excel/index.html"/>
  </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>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="MaaSGroup">
                <Label resid="MaaSGroup.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="OpenPaneButton">
                  <Label resid="OpenPane.Label"/>
                  <Supertip>
                    <Title resid="OpenPane.Label"/>
                    <Description resid="OpenPane.Tooltip"/>
                  </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>MaaSTaskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://ia.siac.com.co/excel/assets/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://ia.siac.com.co/excel/assets/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://ia.siac.com.co/excel/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://ia.siac.com.co/excel/index.html"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://ia.siac.com.co/excel/"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="SIAC — Asistente de Excel con IA"/>
        <bt:String id="MaaSGroup.Label" DefaultValue="SIAC"/>
        <bt:String id="OpenPane.Label" DefaultValue="Abrir SIAC"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="SIAC usa la IA de Huawei MaaS para trabajar en Excel mediante un chat."/>
        <bt:String id="OpenPane.Tooltip" DefaultValue="Abre el panel de chat de SIAC, tu agente de IA para Excel."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
