<?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>73f6d9d9-559f-45d4-9b22-2d9a08bf0f6a</Id>
  <Version>1.0.5</Version>
  <ProviderName>Phishfy</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Phishfy Real-time Coach"/>
  <Description DefaultValue="Real-time phishing analysis for Outlook messages."/>
  <IconUrl DefaultValue="https://realtimecoach.phishfy.com/assets/logo_p.png"/>
  <HighResolutionIconUrl DefaultValue="https://realtimecoach.phishfy.com/assets/logo_p.png"/>
  <SupportUrl DefaultValue="https://phishfy.com"/>
  <AppDomains>
    <AppDomain>https://realtimecoach.phishfy.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://realtimecoach.phishfy.com/taskpane.html"/>
        <RequestedHeight>450</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.3">
        <bt:Set Name="Mailbox"/>
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">
        <DesktopFormFactor>
          <FunctionFile resid="Taskpane.Url"/>
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="phishfyGroup">
                <Label resid="Group.Label"/>
                <Control xsi:type="Button" id="phishfyOpenPaneButton">
                  <Label resid="Button.Label"/>
                  <Supertip>
                    <Title resid="Button.Label"/>
                    <Description resid="Button.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16"/>
                    <bt:Image size="32" resid="Icon.32x32"/>
                    <bt:Image size="80" resid="Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://realtimecoach.phishfy.com/assets/logo_p.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://realtimecoach.phishfy.com/assets/logo_p.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://realtimecoach.phishfy.com/assets/logo_p.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://realtimecoach.phishfy.com/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Group.Label" DefaultValue="Phishfy"/>
        <bt:String id="Button.Label" DefaultValue="Phishfy Coach"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Button.Tooltip" DefaultValue="Analyze this message with Phishfy Real-time Coach."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
