<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>848F4437-3C1C-4043-90D3-345412CD22EB</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Balane</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="The Second Look" />
  <Description DefaultValue="The final look before a legal document goes out." />
  <IconUrl DefaultValue="https://thesecondlook.balane.app/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://thesecondlook.balane.app/icon-80.png" />
  <SupportUrl DefaultValue="https://www.balane.app/apps/thesecondlook" />

  <Hosts>
    <Host Name="Document" />
    <Host Name="Presentation" />
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://thesecondlook.balane.app/plugin/" />
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="Sentinel.Title" />
            <Description resid="Sentinel.Desc" />
            <LearnMoreUrl resid="Sentinel.GuideUrl" />
          </GetStarted>
          <FunctionFile resid="Sentinel.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Sentinel.Group">
                <Label resid="Sentinel.GroupLabel" />
                <Icon>
                  <bt:Image size="16" resid="Sentinel.Icon16" />
                  <bt:Image size="32" resid="Sentinel.Icon32" />
                  <bt:Image size="80" resid="Sentinel.Icon80" />
                </Icon>
                <Control xsi:type="Button" id="Sentinel.OpenButton">
                  <Label resid="Sentinel.ButtonLabel" />
                  <Supertip>
                    <Title resid="Sentinel.ButtonLabel" />
                    <Description resid="Sentinel.ButtonTip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Sentinel.Icon16" />
                    <bt:Image size="32" resid="Sentinel.Icon32" />
                    <bt:Image size="80" resid="Sentinel.Icon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>SentinelTaskpane</TaskpaneId>
                    <SourceLocation resid="Sentinel.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Presentation">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="Sentinel.Title" />
            <Description resid="Sentinel.Desc" />
            <LearnMoreUrl resid="Sentinel.GuideUrl" />
          </GetStarted>
          <FunctionFile resid="Sentinel.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Sentinel.GroupPpt">
                <Label resid="Sentinel.GroupLabel" />
                <Icon>
                  <bt:Image size="16" resid="Sentinel.Icon16" />
                  <bt:Image size="32" resid="Sentinel.Icon32" />
                  <bt:Image size="80" resid="Sentinel.Icon80" />
                </Icon>
                <Control xsi:type="Button" id="Sentinel.OpenButtonPpt">
                  <Label resid="Sentinel.ButtonLabel" />
                  <Supertip>
                    <Title resid="Sentinel.ButtonLabel" />
                    <Description resid="Sentinel.ButtonTip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Sentinel.Icon16" />
                    <bt:Image size="32" resid="Sentinel.Icon32" />
                    <bt:Image size="80" resid="Sentinel.Icon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>SentinelTaskpane</TaskpaneId>
                    <SourceLocation resid="Sentinel.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Sentinel.Icon16" DefaultValue="https://thesecondlook.balane.app/icon-16.png" />
        <bt:Image id="Sentinel.Icon32" DefaultValue="https://thesecondlook.balane.app/icon-32.png" />
        <bt:Image id="Sentinel.Icon80" DefaultValue="https://thesecondlook.balane.app/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Sentinel.Url" DefaultValue="https://thesecondlook.balane.app/plugin/" />
        <bt:Url id="Sentinel.GuideUrl" DefaultValue="https://thesecondlook.balane.app/" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Sentinel.Title" DefaultValue="The Second Look" />
        <bt:String id="Sentinel.GroupLabel" DefaultValue="The Second Look" />
        <bt:String id="Sentinel.ButtonLabel" DefaultValue="Prüfen" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Sentinel.Desc" DefaultValue="Der letzte Blick, bevor ein juristisches Dokument rausgeht." />
        <bt:String id="Sentinel.ButtonTip" DefaultValue="The Second Look öffnen und das aktive Dokument vor dem Versand prüfen." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
