-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathslack-app-manifest.json
More file actions
43 lines (43 loc) · 851 Bytes
/
Copy pathslack-app-manifest.json
File metadata and controls
43 lines (43 loc) · 851 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"_metadata": {
"major_version": 2,
"minor_version": 1
},
"display_information": {
"name": "Clapshot Unfurl",
"description": "Unfurls Clapshot video and comment links with thumbnails and metadata",
"background_color": "#202b4d"
},
"settings": {
"socket_mode_enabled": true,
"org_deploy_enabled": false,
"event_subscriptions": {
"bot_events": [
"link_shared"
]
}
},
"features": {
"bot_user": {
"display_name": "Clapshot",
"always_online": true
},
"unfurl_domains": [
"clapshot.example.local"
]
},
"oauth_config": {
"scopes": {
"bot": [
"links:read",
"links:write",
"chat:write",
"files:write",
"channels:read",
"groups:read",
"mpim:read",
"im:read"
]
}
}
}