120 lines
5.5 KiB
XML
120 lines
5.5 KiB
XML
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
<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>eb774e01-2b8b-4518-8a0b-0475615abdd0</Id>
|
||
|
<Version>1.0.0.0</Version>
|
||
|
<ProviderName>OutlookLLM Rizlum</ProviderName>
|
||
|
<DefaultLocale>en-US</DefaultLocale>
|
||
|
<DisplayName DefaultValue="OutlookLLM"/>
|
||
|
<Description DefaultValue="Add-in for new Outlook that adds Generative AI features (Composition, Summarizing)"/>
|
||
|
<IconUrl DefaultValue="http://localhost:3000/assets/icon-64.png"/>
|
||
|
<HighResolutionIconUrl DefaultValue="http://localhost:3000/assets/icon-128.png"/>
|
||
|
<SupportUrl DefaultValue="https://www.certeza.ai/help"/>
|
||
|
<AppDomains>
|
||
|
<AppDomain>http://localhost</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="http://localhost:3000/taskpane.html"/>
|
||
|
<RequestedHeight>250</RequestedHeight>
|
||
|
</DesktopSettings>
|
||
|
</Form>
|
||
|
</FormSettings>
|
||
|
<Permissions>ReadWriteItem</Permissions>
|
||
|
<Rule xsi:type="RuleCollection" Mode="Or">
|
||
|
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
|
||
|
</Rule>
|
||
|
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
|
||
|
<Hosts>
|
||
|
<Host xsi:type="MailHost"/>
|
||
|
</Hosts>
|
||
|
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
|
||
|
<Requirements>
|
||
|
<bt:Sets DefaultMinVersion="1.3">
|
||
|
<bt:Set Name="Mailbox"/>
|
||
|
</bt:Sets>
|
||
|
</Requirements>
|
||
|
<Hosts>
|
||
|
<Host xsi:type="MailHost">
|
||
|
<DesktopFormFactor>
|
||
|
<FunctionFile resid="Commands.Url"/>
|
||
|
<ExtensionPoint xsi:type="MessageComposeCommandSurface">
|
||
|
<OfficeTab id="TabDefault">
|
||
|
<Group id="msgComposeCmdGroup">
|
||
|
<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>
|
||
|
<ExtensionPoint xsi:type="MessageReadCommandSurface">
|
||
|
<OfficeTab id="TabDefault">
|
||
|
<Group id="msgReadGroup">
|
||
|
<Label resid="GroupLabel"/>
|
||
|
<Control xsi:type="Button" id="msgReadOpenPaneButton">
|
||
|
<Label resid="TaskpaneSummarizeButton.Label"/>
|
||
|
<Supertip>
|
||
|
<Title resid="TaskpaneSummarizeButton.Label"/>
|
||
|
<Description resid="TaskpaneSummarizeButton.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="Summarizepane.Url"/>
|
||
|
</Action>
|
||
|
</Control>
|
||
|
</Group>
|
||
|
</OfficeTab>
|
||
|
</ExtensionPoint>
|
||
|
</DesktopFormFactor>
|
||
|
</Host>
|
||
|
</Hosts>
|
||
|
<Resources>
|
||
|
<bt:Images>
|
||
|
<bt:Image id="Icon.16x16" DefaultValue="http://localhost:3000/assets/icon-16.png"/>
|
||
|
<bt:Image id="Icon.32x32" DefaultValue="http://localhost:3000/assets/icon-32.png"/>
|
||
|
<bt:Image id="Icon.80x80" DefaultValue="http://localhost:3000/assets/icon-80.png"/>
|
||
|
</bt:Images>
|
||
|
<bt:Urls>
|
||
|
<bt:Url id="Commands.Url" DefaultValue="http://localhost:3000/commands.html"/>
|
||
|
<bt:Url id="Taskpane.Url" DefaultValue="http://localhost:3000/taskpane.html"/>
|
||
|
<bt:Url id="Summarizepane.Url" DefaultValue="http://localhost:3000/summarizepane.html"/>
|
||
|
</bt:Urls>
|
||
|
<bt:ShortStrings>
|
||
|
<bt:String id="GroupLabel" DefaultValue="OutlookLLM"/>
|
||
|
<bt:String id="TaskpaneButton.Label" DefaultValue="Compose with AI"/>
|
||
|
<bt:String id="TaskpaneSummarizeButton.Label" DefaultValue="Summarize with AI"/>
|
||
|
</bt:ShortStrings>
|
||
|
<bt:LongStrings>
|
||
|
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Opens 'Compose with AI' pane"/>
|
||
|
<bt:String id="ActionButton.Tooltip" DefaultValue="Compose with AI."/>
|
||
|
<bt:String id="TaskpaneSummarizeButton.Tooltip" DefaultValue="Summarize with AI"/>
|
||
|
</bt:LongStrings>
|
||
|
</Resources>
|
||
|
</VersionOverrides>
|
||
|
</VersionOverrides>
|
||
|
</OfficeApp>
|