forked from spydon/frank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
86 lines (86 loc) · 2.55 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
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
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.14/MicrosoftTeams.schema.json",
"manifestVersion": "1.14",
"version": "1.0.0",
"id": "536c6755-faf5-42e7-9f8c-cdaa87fee372",
"packageName": "fyi.lukas.frank",
"localizationInfo": {
"defaultLanguageTag": "sv-se"
},
"developer": {
"name": "Lukas Klingsbo",
"websiteUrl": "https://lukas.fyi/",
"privacyUrl": "https://lukas.fyi/",
"termsOfUseUrl": "https://lukas.fyi/"
},
"name": {
"short": "Frank",
"full": "Frank - The lunch bot"
},
"description": {
"short": "Frank will tell you what lunch that is served in Sabis.",
"full": "Frank will tell you what lunch that is served in Sabis today and tomorrow."
},
"icons": {
"outline": "frank-transparent.png",
"color": "frank.png"
},
"accentColor": "#33c7ff",
"bots": [
{
"botId": "536c6755-faf5-42e7-9f8c-cdaa87fee372",
"scopes": [
"team",
"personal",
"groupchat"
],
"needsChannelSelector": false,
"isNotificationOnly": false,
"supportsFiles": true,
"supportsCalling": false,
"supportsVideo": true,
"commandLists": [
{
"scopes": [
"team",
"groupchat",
"personal"
],
"commands": [
{
"title": "Lunch?",
"description": "Vad för lunch som serveras idag."
},
{
"title": "Lunch imorgon?",
"description": "Vad för lunch som serveras imorgon."
}
]
}
]
}
],
"validDomains": [
"frank-lunch.azurewebsites.net"
],
"authorization": {
"permissions": {
"resourceSpecific": [
{
"type": "Application",
"name": "ChannelSettings.Read.Group"
},
{
"type": "Delegated",
"name": "ChannelMeetingParticipant.Read.Group"
}
]
}
},
"defaultInstallScope": "groupchat",
"defaultGroupCapability": {
"team": "bot",
"groupchat": "bot",
"meetings": "bot"
}
}