forked from bognix/sandbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 1.21 KB
/
manifest.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
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
{
"display_information": {
"name": "sandbot",
"description": "App for reserving sandboxes",
"background_color": "#a37207",
"long_description": "App for reserving sandboxes using Bolt Framework and SQLite. It helps us manage our sandboxes and keeps us from accidentally stealing them from each other.\r\nSandbot integrates seamlessly with Slack, allowing users to quickly check availability, reserve, and release sandboxes through simple commands. It tracks active reservations, prevents conflicts, and ensures efficient resource usage within the team."
},
"features": {
"bot_user": {
"display_name": "Sandbot",
"always_online": true
}
},
"oauth_config": {
"scopes": {
"bot": [
"channels:history",
"chat:write",
"groups:history",
"im:history",
"mpim:history",
"users:read"
]
}
},
"settings": {
"event_subscriptions": {
"bot_events": [
"message.channels",
"message.groups",
"message.im",
"message.mpim"
]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": false,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}