-
-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathapp_manifest.json
More file actions
29 lines (29 loc) · 738 Bytes
/
app_manifest.json
File metadata and controls
29 lines (29 loc) · 738 Bytes
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
{
"display_information": {
"name": "Slack Watchman",
"description": "Slack Watchman Slack App",
"background_color": "#5d227d"
},
"oauth_config": {
"scopes": {
"user": [
"channels:read",
"files:read",
"groups:read",
"im:read",
"links:read",
"mpim:read",
"remote_files:read",
"search:read",
"team:read",
"users:read",
"users:read.email"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}