<?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"
  xsi:type="MailApp">

  <Id>7F3A9C2E-1B4D-4E8F-A6C5-2D0E9B3F7A1C</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Ithakasoft</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>

  <DisplayName DefaultValue="Ithaka SGA"/>
  <Description DefaultValue="Guarda correos en expedientes de Ithaka SGA."/>

  <IconUrl DefaultValue="https://plugin.ithakasoft.com/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://plugin.ithakasoft.com/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://plugin.ithakasoft.com/"/>

  <AppDomains>
    <AppDomain>https://plugin.ithakasoft.com</AppDomain>
    <AppDomain>https://api.ithakasoft.com</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Mailbox"/>
  </Hosts>

  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.1"/>
    </Sets>
  </Requirements>

  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://plugin.ithakasoft.com/taskpane.html"/>
        <RequestedHeight>450</RequestedHeight>
      </DesktopSettings>
    </Form>
  </FormSettings>

  <Permissions>ReadWriteItem</Permissions>

  <Rule xsi:type="RuleCollection" Mode="And">
    <Rule xsi:type="ItemIs" FormType="Read" ItemType="Message"/>
  </Rule>

  <DisableEntityHighlighting>false</DisableEntityHighlighting>

</OfficeApp>
