-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
43 lines (43 loc) · 1.17 KB
/
manifest.json
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
{
"$schema": "https://developer.microsoft.com/en-us/json-schemas/teams/v1.3/MicrosoftTeams.schema.json",
"manifestVersion": "1.3",
"version": "0.1.0",
"id": "2b3d2b66-da81-47c3-972e-31d1331d8cc7",
"packageName": "ie.enovation.ms.teams.moodletab",
"developer": {
"name": "Moodle Tab",
"websiteUrl": "https://enovation.ie",
"privacyUrl": "https://enovation.ie",
"termsOfUseUrl": "https://enovation.ie"
},
"icons": {
"color": "color.png",
"outline": "outline.png"
},
"name": {
"short": "Moodle Tab for Teams",
"full": "Moodle Tab for Teams"
},
"description": {
"short": "Moodle Tab for Teams",
"full": "Moodle Tab for Teams"
},
"accentColor": "#FFFFFF",
"configurableTabs": [
{
"configurationUrl": "https://enoms.enovation.ie/local/o365teams/tab_configuration.php",
"canUpdateConfiguration": true,
"scopes": [
"team"
]
}
],
"permissions": [
"identity",
"messageTeamMembers"
],
"validDomains": [
"enoms.enovation.ie",
"unpkg.com"
]
}