<?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>a86372cd-b934-441b-9696-06cac9870c0c</Id>
	<Version>2.0.0.0</Version>
	<ProviderName>Xakia</ProviderName>
	<DefaultLocale>en-US</DefaultLocale>
	<DisplayName DefaultValue="Xakia for Outlook"/>
	<Description DefaultValue="Refer to your Xakia matters from your inbox and create new matters from your email messages."/>
  <IconUrl DefaultValue="https://cdn.xakiatech.com/img/xakia-icon-64x64.jpg"/>
  <HighResolutionIconUrl DefaultValue="https://cdn.xakiatech.com/img/xakia-icon-128x128.jpg"/>
	<SupportUrl DefaultValue="https://support.xakiatech.com/"/>
	<AppDomains>
		<AppDomain>https://api-au.xakiatech.com</AppDomain>
		<AppDomain>https://api-us.xakiatech.com</AppDomain>
		<AppDomain>https://api-uk.xakiatech.com</AppDomain>
		<AppDomain>https://api-ca.xakiatech.com</AppDomain>
		<AppDomain>https://api-nl.xakiatech.com</AppDomain>
		<AppDomain>https://api-c1.xakiatech.com</AppDomain>
		<AppDomain>https://o365-outlook.xakiatech.com</AppDomain>
		<AppDomain>https://cdn.xakiatech.com</AppDomain>
	</AppDomains>
	<Hosts>
		<Host Name="Mailbox" />
	</Hosts>
	<Requirements>
		<Sets>
			<Set Name="Mailbox" MinVersion="1.5" />
		</Sets>
	</Requirements>
	<FormSettings>
		<Form xsi:type="ItemRead">
			<DesktopSettings>
				<SourceLocation DefaultValue="https://o365-outlook.xakiatech.com?manifestversion=2.0.0.0"/>
				<RequestedHeight>250</RequestedHeight>
			</DesktopSettings>
		</Form>
	</FormSettings>
	<Permissions>ReadWriteMailbox</Permissions>
	<Rule xsi:type="RuleCollection" Mode="Or">
		<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read" />
		<Rule xsi:type="ItemIs" ItemType="Message" FormType="Edit" />
	</Rule>
	<DisableEntityHighlighting>false</DisableEntityHighlighting>
	<!-- Begin Add-in Commands Mode integration. -->
	<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
		<Requirements>
			<bt:Sets>
				<bt:Set Name="Mailbox" MinVersion="1.5" />
			</bt:Sets>
		</Requirements>
			<!-- The Hosts node is required. -->
		<Hosts>
			<!-- Each host can have a different set of commands. -->
			<!-- Excel host is Workbook, Word host is Document, and PowerPoint host is Presentation. -->
			<!-- Make sure the hosts you override match the hosts declared in the top section of the manifest. -->
			<Host xsi:type="MailHost">
				<DesktopFormFactor>
					<ExtensionPoint xsi:type="MessageReadCommandSurface">
						<OfficeTab id="TabDefault">
							<Group id="msgReadGroup">
								<Label resid="GroupLabel" />
								<Control xsi:type="Button" id="msgReadOpenPaneButton">
									<Label resid="TaskpaneButton.Label" />
									<Supertip>
										<Title resid="TaskpaneButton.Label" />
										<Description resid="TaskpaneButton.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>
					<ExtensionPoint xsi:type="MessageComposeCommandSurface">
						<OfficeTab id="TabDefault">
							<Group id="msgComposeGroup">
								<Label resid="GroupLabel" />
								<Control xsi:type="Button" id="msgComposeOpenPaneButton">
									<Label resid="TaskpaneButton.Label" />
									<Supertip>
										<Title resid="TaskpaneButton.Label" />
										<Description resid="TaskpaneButton.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>

		<!-- You can use resources across hosts and form factors. -->
		<Resources>
			<bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
        <bt:Image id="Icon.25x25" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
        <bt:Image id="Icon.48x48" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
        <bt:Image id="Icon.64x64" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
			</bt:Images>
			<bt:Urls>
				<bt:Url id="Taskpane.Url" DefaultValue="https://o365-outlook.xakiatech.com?manifestversion=2.0.0.0" />
			</bt:Urls>
			<!-- ShortStrings max characters==125. -->
			<bt:ShortStrings>
				<bt:String id="GroupLabel" DefaultValue="Xakia"/>
				<bt:String id="TaskpaneButton.Label" DefaultValue="Xakia"/>
			</bt:ShortStrings>
			<!-- LongStrings max characters==250. -->
			<bt:LongStrings>
				<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open the Xakia add-in" />
			</bt:LongStrings>
		</Resources>
		<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
			<Requirements>
			<bt:Sets>
				<bt:Set Name="Mailbox" MinVersion="1.5" />
			</bt:Sets>
		  </Requirements>
			<Hosts>
				<Host xsi:type="MailHost">
					<DesktopFormFactor>
						<SupportsSharedFolders>true</SupportsSharedFolders>
						<ExtensionPoint xsi:type="MessageReadCommandSurface">
							<OfficeTab id="TabDefault">
								<Group id="msgReadGroup">
									<Label resid="GroupLabel" />
									<Control xsi:type="Button" id="msgReadOpenPaneButton">
										<Label resid="TaskpaneButton.Label" />
										<Supertip>
											<Title resid="TaskpaneButton.Label" />
											<Description resid="TaskpaneButton.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" />
											<SupportsPinning>true</SupportsPinning>
											<SupportsNoItemContext>true</SupportsNoItemContext>
											<SupportsMultiSelect>true</SupportsMultiSelect>
										</Action>
									</Control>
								</Group>
							</OfficeTab>
						</ExtensionPoint>
						<ExtensionPoint xsi:type="MessageComposeCommandSurface">
							<OfficeTab id="TabDefault">
								<Group id="msgComposeGroup">
									<Label resid="GroupLabel" />
									<Control xsi:type="Button" id="msgComposeOpenPaneButton">
										<Label resid="TaskpaneButton.Label" />
										<Supertip>
											<Title resid="TaskpaneButton.Label" />
											<Description resid="TaskpaneButton.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" />
											<SupportsPinning>true</SupportsPinning>
											<SupportsNoItemContext>true</SupportsNoItemContext>
											<SupportsMultiSelect>true</SupportsMultiSelect>
										</Action>
									</Control>
								</Group>
							</OfficeTab>
						</ExtensionPoint>
					</DesktopFormFactor>
					<MobileFormFactor>
						<ExtensionPoint xsi:type="MobileMessageReadCommandSurface">
							<Group id="mobileMsgReadGroup">
								<Label resid="GroupLabel" />
								<Control xsi:type="MobileButton" id="msgReadOpenPaneButton">
									<Label resid="TaskpaneButton.Label" />
									<Icon xsi:type="bt:MobileIconList">
										<bt:Image size="16" scale="1" resid="Icon.16x16" />
										<bt:Image size="16" scale="2" resid="Icon.16x16" />
										<bt:Image size="16" scale="3" resid="Icon.16x16" />

										<bt:Image size="20" scale="1" resid="Icon.25x25" />
										<bt:Image size="20" scale="2" resid="Icon.25x25" />
										<bt:Image size="20" scale="3" resid="Icon.25x25" />

										<bt:Image size="24" scale="1" resid="Icon.25x25" />
										<bt:Image size="24" scale="2" resid="Icon.25x25" />
										<bt:Image size="24" scale="3" resid="Icon.25x25" />

										<bt:Image size="25" scale="1" resid="Icon.25x25" />
										<bt:Image size="25" scale="2" resid="Icon.25x25" />
										<bt:Image size="25" scale="3" resid="Icon.25x25" />

										<bt:Image size="32" scale="1" resid="Icon.32x32" />
										<bt:Image size="32" scale="2" resid="Icon.32x32" />
										<bt:Image size="32" scale="3" resid="Icon.32x32" />

										<bt:Image size="40" scale="1" resid="Icon.48x48" />
										<bt:Image size="40" scale="2" resid="Icon.48x48" />
										<bt:Image size="40" scale="3" resid="Icon.48x48" />

										<bt:Image size="48" scale="1" resid="Icon.48x48" />
										<bt:Image size="48" scale="2" resid="Icon.48x48" />
										<bt:Image size="48" scale="3" resid="Icon.48x48" />

										<bt:Image size="64" scale="1" resid="Icon.80x80" />
										<bt:Image size="64" scale="2" resid="Icon.80x80" />
										<bt:Image size="64" scale="3" resid="Icon.80x80" />

										<bt:Image size="80" scale="1" resid="Icon.80x80" />
										<bt:Image size="80" scale="2" resid="Icon.80x80" />
										<bt:Image size="80" scale="3" resid="Icon.80x80" />
									</Icon>
									<Action xsi:type="ShowTaskpane">
										<SourceLocation resid="Taskpane.Url" />
									</Action>
								</Control>
							</Group>
						</ExtensionPoint>
					</MobileFormFactor>
				</Host>
			</Hosts>
			<Resources>
				<bt:Images>
          <bt:Image id="Icon.16x16" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
          <bt:Image id="Icon.25x25" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
          <bt:Image id="Icon.32x32" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
          <bt:Image id="Icon.48x48" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
          <bt:Image id="Icon.64x64" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
          <bt:Image id="Icon.80x80" DefaultValue="https://cdn.xakiatech.com/img/xakia-icon.png"/>
				</bt:Images>
				<bt:Urls>
					<bt:Url id="Taskpane.Url" DefaultValue="https://o365-outlook.xakiatech.com?manifestversion=2.0.0.0" />
				</bt:Urls>
				<bt:ShortStrings>
					<bt:String id="GroupLabel" DefaultValue="Xakia"/>
					<bt:String id="TaskpaneButton.Label" DefaultValue="Xakia"/>
				</bt:ShortStrings>
				<bt:LongStrings>
					<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open the Xakia add-in"/>
				</bt:LongStrings>
			</Resources>
		<WebApplicationInfo>
			<Id>6ea235b2-009b-4aff-95ed-6805f852ff99</Id>
			<Resource>api://o365-outlook.xakiatech.com/6ea235b2-009b-4aff-95ed-6805f852ff99</Resource>
			<Scopes>
					<Scope>User.Read</Scope>
					<Scope>Mail.ReadWrite</Scope>
					<Scope>Mail.ReadWrite.Shared</Scope>
					<Scope>profile</Scope>
					<Scope>offline_access</Scope>
					<Scope>openid</Scope>
				</Scopes>
		</WebApplicationInfo>
	</VersionOverrides>
	</VersionOverrides>
	<!-- End Add-in Commands Mode integration. -->
</OfficeApp>
