<?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:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0"
  xsi:type="MailApp">
  <Id>a7b3c8d9-2e4f-4a5b-9c6d-7e8f9a0b1c2d</Id>
  <Version>2.0.0.5</Version>
  <ProviderName>DeutschlandGPT</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="DeutschlandGPT for Outlook" />
  <Description DefaultValue="Chat-Assistent für Microsoft Outlook, der E-Mails liest, Antwortentwürfe erstellt und Drafts überarbeitet." />
  <IconUrl DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-128.png" />
  <SupportUrl DefaultValue="https://www.deutschlandgpt.de/kontakt" />
  <AppDomains>
    <AppDomain>https://dialog.deutschlandgpt.de</AppDomain>
    <AppDomain>https://accounts.google.com</AppDomain>
    <AppDomain>https://login.microsoftonline.com</AppDomain>
    <AppDomain>https://login.live.com</AppDomain>
    <AppDomain>https://appleid.apple.com</AppDomain>
    <AppDomain>https://auth.deutschlandgpt.de</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.5" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin" />
        <RequestedHeight>250</RequestedHeight>
      </DesktopSettings>
    </Form>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin" />
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadWriteMailbox</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit" />
  </Rule>
  <DisableEntityHighlighting>false</DisableEntityHighlighting>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Requirements>
      <bt:Sets DefaultMinVersion="1.5">
        <bt:Set Name="Mailbox" />
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="com.deutschlandgpt.outlook.read.group">
                <Label resid="GroupLabel" />
                <Control xsi:type="Button" id="com.deutschlandgpt.outlook.read.openTaskpane">
                  <Label resid="BtnLabel" />
                  <Supertip>
                    <Title resid="BtnSupertipTitle" />
                    <Description resid="BtnSupertipDesc" />
                  </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">
                    <SourceLocation resid="TaskpaneUrl" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
          <ExtensionPoint xsi:type="MessageComposeCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="com.deutschlandgpt.outlook.compose.group">
                <Label resid="GroupLabel" />
                <Control xsi:type="Button" id="com.deutschlandgpt.outlook.compose.openTaskpane">
                  <Label resid="BtnLabel" />
                  <Supertip>
                    <Title resid="BtnSupertipTitle" />
                    <Description resid="BtnSupertipDesc" />
                  </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">
                    <SourceLocation resid="TaskpaneUrl" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="TaskpaneUrl" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="DeutschlandGPT">
          <bt:Override Locale="en-US" Value="DeutschlandGPT" />
        </bt:String>
        <bt:String id="BtnLabel" DefaultValue="Assistent öffnen">
          <bt:Override Locale="en-US" Value="Open Assistant" />
        </bt:String>
        <bt:String id="BtnSupertipTitle" DefaultValue="DeutschlandGPT-Assistent">
          <bt:Override Locale="en-US" Value="DeutschlandGPT Assistant" />
        </bt:String>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="BtnSupertipDesc" DefaultValue="Öffnet den DeutschlandGPT-Assistenten in der Seitenleiste.">
          <bt:Override Locale="en-US" Value="Open the DeutschlandGPT assistant in the side pane." />
        </bt:String>
      </bt:LongStrings>
    </Resources>
    <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
      <Requirements>
        <bt:Sets DefaultMinVersion="1.5">
          <bt:Set Name="Mailbox" />
        </bt:Sets>
      </Requirements>
      <Hosts>
        <Host xsi:type="MailHost">
          <DesktopFormFactor>
            <ExtensionPoint xsi:type="MessageReadCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="com.deutschlandgpt.outlook.read.group">
                  <Label resid="GroupLabel" />
                  <Control xsi:type="Button" id="com.deutschlandgpt.outlook.read.openTaskpane">
                    <Label resid="BtnLabel" />
                    <Supertip>
                      <Title resid="BtnSupertipTitle" />
                      <Description resid="BtnSupertipDesc" />
                    </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">
                      <SourceLocation resid="TaskpaneUrl" />
                      <SupportsPinning>true</SupportsPinning>
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>
            <ExtensionPoint xsi:type="MessageComposeCommandSurface">
              <OfficeTab id="TabDefault">
                <Group id="com.deutschlandgpt.outlook.compose.group">
                  <Label resid="GroupLabel" />
                  <Control xsi:type="Button" id="com.deutschlandgpt.outlook.compose.openTaskpane">
                    <Label resid="BtnLabel" />
                    <Supertip>
                      <Title resid="BtnSupertipTitle" />
                      <Description resid="BtnSupertipDesc" />
                    </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">
                      <SourceLocation resid="TaskpaneUrl" />
                    </Action>
                  </Control>
                </Group>
              </OfficeTab>
            </ExtensionPoint>
          </DesktopFormFactor>
        </Host>
      </Hosts>
      <Resources>
        <bt:Images>
          <bt:Image id="Icon.16" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-16.png" />
          <bt:Image id="Icon.32" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-32.png" />
          <bt:Image id="Icon.80" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin/icon-80.png" />
        </bt:Images>
        <bt:Urls>
          <bt:Url id="TaskpaneUrl" DefaultValue="https://dialog.deutschlandgpt.de/outlook-addin" />
        </bt:Urls>
        <bt:ShortStrings>
          <bt:String id="GroupLabel" DefaultValue="DeutschlandGPT">
            <bt:Override Locale="en-US" Value="DeutschlandGPT" />
          </bt:String>
          <bt:String id="BtnLabel" DefaultValue="Assistent öffnen">
            <bt:Override Locale="en-US" Value="Open Assistant" />
          </bt:String>
          <bt:String id="BtnSupertipTitle" DefaultValue="DeutschlandGPT-Assistent">
            <bt:Override Locale="en-US" Value="DeutschlandGPT Assistant" />
          </bt:String>
        </bt:ShortStrings>
        <bt:LongStrings>
          <bt:String id="BtnSupertipDesc" DefaultValue="Öffnet den DeutschlandGPT-Assistenten in der Seitenleiste.">
            <bt:Override Locale="en-US" Value="Open the DeutschlandGPT assistant in the side pane." />
          </bt:String>
        </bt:LongStrings>
      </Resources>
    </VersionOverrides>
  </VersionOverrides>
</OfficeApp>
