<?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>12345678-9abc-def0-1234-56789abcdef2</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>ChatGPT Add-in GPT goes API</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="GPT goes API"/>
  <Description DefaultValue="GPT Funktionen für Excel – lokal und flexibel"/>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Taskpane.Url" lifetime="long" />
        </Runtimes>
        <ExtensionPoint xsi:type="CustomTab">
          <CustomTab id="GPTGoesAPITab">
            <Label resid="GPTGoesAPI.Label" />
            <Group id="GPTGoesAPI.Group">
              <Label resid="GPTGoesAPI.GroupLabel"/>
              <Control xsi:type="Button" id="GPTGoesAPI.Button">
                <Label resid="GPTGoesAPI.ButtonLabel"/>
                <Supertip>
                  <Title resid="GPTGoesAPI.ButtonLabel"/>
                  <Description resid="GPTGoesAPI.ButtonDescription"/>
                </Supertip>
                <Action xsi:type="ShowTaskpane">
                  <SourceLocation resid="Taskpane.Url"/>
                </Action>
              </Control>
            </Group>
          </CustomTab>
        </ExtensionPoint>
      </Host>
    </Hosts>
    <Resources>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GPTGoesAPI.Label" DefaultValue="GPT goes API"/>
        <bt:String id="GPTGoesAPI.GroupLabel" DefaultValue="Funktionen"/>
        <bt:String id="GPTGoesAPI.ButtonLabel" DefaultValue="API-Key setzen"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GPTGoesAPI.ButtonDescription" DefaultValue="Öffnet das Konfigurationsfenster für deinen API-Key"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
