|
1 | 1 | { |
2 | 2 | "_metadata": { |
3 | | - "major_version": 1, |
4 | | - "minor_version": 1 |
| 3 | + "major_version": 1, |
| 4 | + "minor_version": 1 |
5 | 5 | }, |
6 | 6 | "display_information": { |
7 | | - "name": "Bolt Template App" |
| 7 | + "name": "Bolt Template App" |
8 | 8 | }, |
9 | 9 | "features": { |
10 | | - "app_home": { |
11 | | - "home_tab_enabled": true, |
12 | | - "messages_tab_enabled": false, |
13 | | - "messages_tab_read_only_enabled": true |
14 | | - }, |
15 | | - "bot_user": { |
16 | | - "display_name": "Bolt Template App", |
17 | | - "always_online": false |
18 | | - }, |
19 | | - "shortcuts": [ |
20 | | - { |
21 | | - "name": "Run sample shortcut", |
22 | | - "type": "global", |
23 | | - "callback_id": "sample_shortcut_id", |
24 | | - "description": "Runs a sample shortcut" |
25 | | - } |
26 | | - ], |
27 | | - "slash_commands": [ |
28 | | - { |
29 | | - "command": "/sample-command", |
30 | | - "description": "Runs a sample command", |
31 | | - "should_escape": false |
32 | | - } |
33 | | - ] |
| 10 | + "app_home": { |
| 11 | + "home_tab_enabled": true, |
| 12 | + "messages_tab_enabled": false, |
| 13 | + "messages_tab_read_only_enabled": true |
| 14 | + }, |
| 15 | + "bot_user": { |
| 16 | + "display_name": "Bolt Template App", |
| 17 | + "always_online": true |
| 18 | + }, |
| 19 | + "shortcuts": [ |
| 20 | + { |
| 21 | + "name": "Run sample shortcut", |
| 22 | + "type": "global", |
| 23 | + "callback_id": "sample_shortcut_id", |
| 24 | + "description": "Runs a sample shortcut" |
| 25 | + } |
| 26 | + ], |
| 27 | + "slash_commands": [ |
| 28 | + { |
| 29 | + "command": "/sample-command", |
| 30 | + "description": "Runs a sample command", |
| 31 | + "should_escape": false |
| 32 | + } |
| 33 | + ] |
34 | 34 | }, |
35 | 35 | "oauth_config": { |
36 | | - "scopes": { |
37 | | - "bot": [ |
38 | | - "channels:history", |
39 | | - "chat:write", |
40 | | - "commands" |
41 | | - ] |
42 | | - } |
| 36 | + "scopes": { |
| 37 | + "bot": [ |
| 38 | + "channels:history", |
| 39 | + "chat:write", |
| 40 | + "commands" |
| 41 | + ] |
| 42 | + } |
43 | 43 | }, |
44 | 44 | "settings": { |
45 | | - "event_subscriptions": { |
46 | | - "bot_events": [ |
47 | | - "app_home_opened", |
48 | | - "message.channels" |
49 | | - ] |
50 | | - }, |
51 | | - "interactivity": { |
52 | | - "is_enabled": true |
53 | | - }, |
54 | | - "org_deploy_enabled": true, |
55 | | - "socket_mode_enabled": true, |
56 | | - "token_rotation_enabled": false |
| 45 | + "event_subscriptions": { |
| 46 | + "bot_events": [ |
| 47 | + "app_home_opened", |
| 48 | + "message.channels" |
| 49 | + ] |
| 50 | + }, |
| 51 | + "interactivity": { |
| 52 | + "is_enabled": true |
| 53 | + }, |
| 54 | + "org_deploy_enabled": true, |
| 55 | + "socket_mode_enabled": true, |
| 56 | + "token_rotation_enabled": false |
57 | 57 | } |
58 | 58 | } |
0 commit comments