<?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>b8a3f1c2-7d4e-4a9b-9c1f-2e6d5a4b3c10</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>NetroApply</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="NetroTalk Meeting" />
  <Description DefaultValue="Add a NetroTalk video meeting link to your Outlook appointments." />
  <IconUrl DefaultValue="https://netroapply.com/icons/icon-96x96.png" />
  <HighResolutionIconUrl DefaultValue="https://netroapply.com/icons/icon-128x128.png" />
  <SupportUrl DefaultValue="https://netroapply.com/download" />
  <AppDomains>
    <AppDomain>https://netroapply.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Mailbox" />
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.3" />
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemEdit">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://netroapply.com/outlook-addin/taskpane.html" />
      </DesktopSettings>
    </Form>
  </FormSettings>
  <Permissions>ReadWriteItem</Permissions>
  <Rule xsi:type="RuleCollection" Mode="Or">
    <Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Edit" />
  </Rule>
  <DisableEntityHighlighting>false</DisableEntityHighlighting>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Requirements>
      <bt:Sets DefaultMinVersion="1.3">
        <bt:Set Name="Mailbox" />
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="ntalkGroup">
                <Label resid="GroupLabel" />
                <Control xsi:type="Button" id="ntalkButton">
                  <Label resid="ButtonLabel" />
                  <Supertip>
                    <Title resid="ButtonLabel" />
                    <Description resid="ButtonTip" />
                  </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.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon16" DefaultValue="https://netroapply.com/icons/icon-72x72.png" />
        <bt:Image id="Icon32" DefaultValue="https://netroapply.com/icons/icon-72x72.png" />
        <bt:Image id="Icon80" DefaultValue="https://netroapply.com/icons/icon-128x128.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://netroapply.com/outlook-addin/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="NetroTalk" />
        <bt:String id="ButtonLabel" DefaultValue="NetroTalk Meeting" />
        <bt:String id="ButtonTip" DefaultValue="Add a NetroTalk video meeting link to this appointment." />
      </bt:ShortStrings>
      <bt:LongStrings />
    </Resources>
  </VersionOverrides>
</OfficeApp>
