-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
33 lines (33 loc) · 831 Bytes
/
manifest.json
File metadata and controls
33 lines (33 loc) · 831 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
{
"display_information": {
"name": "work_objects_python",
"description": "A sample app demonstrating Slack Work Objects functionality"
},
"features": {
"rich_previews": {
"is_active": true,
"entity_types": ["slack#/entities/task", "slack#/entities/file"]
},
"unfurl_domains": ["work-objects-python.com"],
"bot_user": {
"display_name": "work_objects_python_bot",
"always_online": true
}
},
"oauth_config": {
"scopes": {
"bot": ["chat:write", "links:read", "links:write"]
}
},
"settings": {
"event_subscriptions": {
"bot_events": ["link_shared", "entity_details_requested"]
},
"interactivity": {
"is_enabled": true
},
"org_deploy_enabled": true,
"socket_mode_enabled": true,
"token_rotation_enabled": false
}
}