<?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>7d0c6c0e-1c5a-4c62-9f3a-2a1b3c4d5e01</Id>
  <Version>0.1.0.0</Version>
  <ProviderName>Desker</ProviderName>
  <DefaultLocale>pt-BR</DefaultLocale>
  <DisplayName DefaultValue="Desker — Central de Demandas" />
  <Description DefaultValue="Envie o e-mail aberto para a Central de Demandas do Desker." />
  <IconUrl DefaultValue="https://addins.desker.com.br/outlook/icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://addins.desker.com.br/outlook/icon-128.png" />
  <SupportUrl DefaultValue="https://desker.com.br" />
  <AppDomains>
    <AppDomain>https://addins.desker.com.br</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.8" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://addins.desker.com.br/outlook/taskpane.html" />
        <RequestedHeight>360</RequestedHeight>
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadItem</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
  </Rule>
  <DisableEntityHighlighting>false</DisableEntityHighlighting>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Requirements>
      <bt:Sets DefaultMinVersion="1.8">
        <bt:Set Name="Mailbox" />
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="deskerGroup">
                <Label resid="GroupLabel" />
                <Control xsi:type="Button" id="deskerSendButton">
                  <Label resid="SendLabel" />
                  <Supertip>
                    <Title resid="SendLabel" />
                    <Description resid="SendTooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon16" />
                    <bt:Image size="32" resid="Icon32" />
                    <bt:Image size="80" resid="Icon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="Taskpane" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon16" DefaultValue="https://addins.desker.com.br/outlook/icon-16.png" />
        <bt:Image id="Icon32" DefaultValue="https://addins.desker.com.br/outlook/icon-32.png" />
        <bt:Image id="Icon80" DefaultValue="https://addins.desker.com.br/outlook/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane" DefaultValue="https://addins.desker.com.br/outlook/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="Desker" />
        <bt:String id="SendLabel" DefaultValue="Enviar para Desker" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="SendTooltip" DefaultValue="Cria uma demanda na Central de Demandas a partir deste e-mail." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
