<?xml version="1.0" encoding="UTF-8"?>
<!--
  Jarvis Tabellen-Assistent – Excel-Add-in
  Erzeugt von https://platform.jarvis-reyes.de/excel-addin/manifest.xml
  Diese Datei nicht von Hand bearbeiten: sie wird bei jedem Abruf neu aus der
  Serverkonfiguration erzeugt. Aenderungen gehen beim naechsten Abruf verloren.
-->
<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>21e3b763-63aa-5d3b-a17c-a32f2272dc0c</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Jarvis</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="Jarvis Tabellen-Assistent"/>
  <Description DefaultValue="Fragen zur geöffneten Arbeitsmappe stellen, Tabellen auswerten und Änderungen vorschlagen lassen. Jede Änderung wird vor dem Schreiben angezeigt und muss bestätigt werden."/>
  <IconUrl DefaultValue="https://platform.jarvis-reyes.de/excel-addin/icon-64.png"/>
  <HighResolutionIconUrl DefaultValue="https://platform.jarvis-reyes.de/excel-addin/icon-128.png"/>
  <SupportUrl DefaultValue="https://platform.jarvis-reyes.de/portal"/>
  <AppDomains>
    <AppDomain>https://platform.jarvis-reyes.de</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="ExcelApi" MinVersion="1.7"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://platform.jarvis-reyes.de/excel-addin/taskpane.html?mv=1.0.0.0"/>
  </DefaultSettings>
  <!--
    ReadWriteDocument ist noetig, WEIL das Add-in Zellen schreibt – aber erst
    nach ausdruecklicher Bestaetigung einer Diff-Ansicht. Der Server fuehrt
    KEINE Zellaenderung aus; er schlaegt vor, das Fenster schreibt.
  -->
  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
                    xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="gsTitle"/>
            <Description resid="gsDesc"/>
            <LearnMoreUrl resid="gsUrl"/>
          </GetStarted>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="jarvisXlGroup">
                <Label resid="grpLabel"/>
                <Icon>
                  <bt:Image size="16" resid="ico16"/>
                  <bt:Image size="32" resid="ico32"/>
                  <bt:Image size="80" resid="ico80"/>
                </Icon>
                <Control xsi:type="Button" id="jarvisXlTaskpane">
                  <Label resid="btnLabel"/>
                  <Supertip>
                    <Title resid="btnLabel"/>
                    <Description resid="btnTip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="ico16"/>
                    <bt:Image size="32" resid="ico32"/>
                    <bt:Image size="80" resid="ico80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>jarvisXlPane</TaskpaneId>
                    <SourceLocation resid="tpUrl"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="ico16" DefaultValue="https://platform.jarvis-reyes.de/excel-addin/icon-16.png"/>
        <bt:Image id="ico32" DefaultValue="https://platform.jarvis-reyes.de/excel-addin/icon-32.png"/>
        <bt:Image id="ico80" DefaultValue="https://platform.jarvis-reyes.de/excel-addin/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="tpUrl" DefaultValue="https://platform.jarvis-reyes.de/excel-addin/taskpane.html?mv=1.0.0.0"/>
        <bt:Url id="gsUrl" DefaultValue="https://platform.jarvis-reyes.de/portal"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="grpLabel" DefaultValue="Jarvis"/>
        <bt:String id="btnLabel" DefaultValue="Jarvis Assistent"/>
        <bt:String id="gsTitle" DefaultValue="Jarvis Tabellen-Assistent"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="btnTip" DefaultValue="Fragen zur geöffneten Arbeitsmappe stellen, Tabellen auswerten und Änderungen vorschlagen lassen. Jede Änderung wird vor dem Schreiben angezeigt und muss bestätigt werden."/>
        <bt:String id="gsDesc" DefaultValue="Fragen zur geöffneten Arbeitsmappe stellen, Tabellen auswerten und Änderungen vorschlagen lassen. Jede Änderung wird vor dem Schreiben angezeigt und muss bestätigt werden."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
