This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
95 lines (95 loc) · 4.4 KB
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?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>58992678-eaf3-440c-b311-d9efb1706ec2</Id>
<Version>1.0.0.0</Version>
<ProviderName>Dolby.io Video Call</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Dolby.io Video Call"/>
<Description DefaultValue= "Dolby.io Outlook Add-in streamlines video call scheduling by scheduling meetings without leaving Outlook and sending meeting info and instant link via calendar invite. Contact Developer Relations team at [email protected] for support/feedback."/>
<IconUrl DefaultValue="https://localhost:3000/assets/dolbyicon-64.png"/>
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/dolbyicon-128.png"/>
<SupportUrl DefaultValue="https://dolby.io"/>
<AppDomains>
<AppDomain>https:/dolbyio-outlook-add-in.netlify.app</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://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>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
<Description resid="residDescription"></Description>
<Requirements>
<bt:Sets>
<bt:Set Name="Mailbox" MinVersion="1.3"/>
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<FunctionFile resid="residFunctionFile"/>
<ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
<OfficeTab id="TabDefault">
<Group id="apptComposeGroup">
<Label resid="residDescription"/>
<Control xsi:type="Button" id="insertMeetingButton">
<Label resid="residLabel"/>
<Supertip>
<Title resid="residLabel"/>
<Description resid="residTooltip"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="icon-16"/>
<bt:Image size="32" resid="icon-32"/>
<bt:Image size="64" resid="icon-64"/>
<bt:Image size="80" resid="icon-80"/>
</Icon>
<Action xsi:type="ExecuteFunction">
<FunctionName>insertDolbyioMeeting</FunctionName>
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="icon-16" DefaultValue="https://localhost:3000/assets/dolbyicon-16.png"/>
<bt:Image id="icon-32" DefaultValue="https://localhost:3000/assets/dolbyicon-32.png"/>
<bt:Image id="icon-48" DefaultValue="https://localhost:3000/assets/dolbyicon-48.png"/>
<bt:Image id="icon-64" DefaultValue="https://localhost:3000/assets/dolbyicon-64.png"/>
<bt:Image id="icon-80" DefaultValue="https://localhost:3000/assets/dolbyicon-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="residFunctionFile" DefaultValue="https://localhost:3000/commands.html"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="residDescription" DefaultValue="Add a Dolby.io video call"/>
<bt:String id="residLabel" DefaultValue="Add a Dolby.io video call"/>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="residTooltip" DefaultValue="Add a Dolby.io video call link to this event."/>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</VersionOverrides>
</OfficeApp>