-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
34 lines (34 loc) · 923 Bytes
/
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
{
"$schema": " https://developer.microsoft.com/en-us/json-schemas/teams/v1.3/MicrosoftTeams.schema.json",
"manifestVersion": "1.3",
"version": "1.0.7",
"id": "88815441-1715-4f1a-8dc6-270dd696b220",
"packageName": "ie.enovation.bot4",
"developer": {
"name": "Enovation",
"websiteUrl": "https://enovation.ie",
"privacyUrl": "https://enovation.ie",
"termsOfUseUrl": "https://enovation.ie"
},
"name": {
"short": "Moodle004 bot",
"full": "Bot integration with MS Teams"
},
"description": {
"short": "Bot for MS Teams",
"full": "Bot integration with MS Teams"
},
"icons": {
"outline": "enovation20x20.png",
"color": "enovation96x96.png"
},
"accentColor": "#60A18E",
"bots": [
{
"botId": "88815441-1715-4f1a-8dc6-270dd696b220",
"needsChannelSelector": false,
"isNotificationOnly": false,
"scopes": [ "team", "personal" ]
}
]
}