<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">
  <!--Begin Basic Settings: Add-in metadata, used for all versions of Office unless override provided. -->
  <!--IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. -->
  <Id>91d28ffd-9f39-41e5-8d73-fe9e812b58ed</Id>
  <!--Version. Updates from the store only get triggered if there is a version change. -->
  <Version>1.0.0</Version>
  <ProviderName>O.C. Tanner</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <!--The display name of your add-in. Used on the store and various places of the Office UI such as the add-ins dialog. -->
  <DisplayName DefaultValue="Thanks"/>
  <Description DefaultValue="Simply Rewarding"/>
  <IconUrl DefaultValue="https://cdn.kwench.com/thanks/logo/thanks_icon_64.png"/>
  <HighResolutionIconUrl DefaultValue="https://cdn.kwench.com/thanks/logo/thanks_icon_128.png"/>
  <SupportUrl DefaultValue="https://www.thanks.com/support"/>
  <AppDomains>
	<AppDomain>https://thanks.com</AppDomain>
  </AppDomains>
  <!-- End Basic Settings -->
  <Hosts>
    <Host Name="Mailbox"/>
  </Hosts>
  <Requirements>
    <Sets>
      <Set Name="Mailbox" MinVersion="1.4"/>
    </Sets>
  </Requirements>
  <FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://outlook.thanks.com"/>
        <RequestedHeight>250</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.4">
        <bt:Set Name="Mailbox"/>
      </bt:Sets>
    </Requirements>
    <Hosts>
      <Host xsi:type="MailHost">
        <DesktopFormFactor>
          <FunctionFile resid="functionFile"/>
          <ExtensionPoint xsi:type="MessageReadCommandSurface">
            <OfficeTab id="TabDefault">
              <Group id="msgReadGroup">
                <Label resid="groupLabel"/>
                <Control xsi:type="Button" id="msgReadOpenPaneButton">
                  <Label resid="paneReadButtonLabel"/>
                  <Supertip>
                    <Title resid="paneReadSuperTipTitle"/>
                    <Description resid="paneReadSuperTipDescription"/>
                  </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="messageReadTaskPaneUrl"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="icon16" DefaultValue="https://cdn.kwench.com/bots/logo/thanks_16x16.png"/>
        <bt:Image id="icon32" DefaultValue="https://cdn.kwench.com/bots/logo/thanks_32x32.png"/>
        <bt:Image id="icon80" DefaultValue="https://cdn.kwench.com/bots/logo/thanks_80x80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="functionFile" DefaultValue="https://outlook.thanks.com"/>
        <bt:Url id="messageReadTaskPaneUrl" DefaultValue="https://outlook.thanks.com"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="groupLabel" DefaultValue="Thanks"/>
        <bt:String id="paneReadButtonLabel" DefaultValue="Thanks"/>
        <bt:String id="paneReadSuperTipTitle" DefaultValue="Thanks"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="paneReadSuperTipDescription" DefaultValue="Simply Rewarding"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>