-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
44 lines (38 loc) · 1.32 KB
/
manifest.xml
File metadata and controls
44 lines (38 loc) · 1.32 KB
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
<?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" xsi:type="MailApp">
<Id>76563247-d3ba-4c6d-85cd-a5a7692981d6</Id>
<Version>1.0.0.0</Version>
<ProviderName>Biff</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="BifOut2Plan" />
<Description DefaultValue="Outlook Web Plugin" />
<IconUrl DefaultValue="https://kukifex.github.io/BifOut2Plan/icon.jpg" />
<SupportUrl DefaultValue="https://biffar.de/" />
<Hosts>
<Host Name="Mailbox" />
</Hosts>
<Requirements>
<Sets>
<Set Name="Mailbox" MinVersion="1.8" />
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://kukifex.github.io/BifOut2Plan/taskpane.html" />
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteMailbox</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" />
</Rule>
<WebApplicationInfo>
<Id>f557ddc8-c6d2-474a-97e6-fe30e86f343d</Id>
<Resource>https://graph.microsoft.com</Resource>
<Scopes>
<Scope>Tasks.ReadWrite</Scope>
<Scope>Mail.ReadWrite</Scope>
</Scopes>
</WebApplicationInfo>
</OfficeApp>