-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yaml
43 lines (42 loc) · 1.06 KB
/
manifest.yaml
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: Cursed Status Page
description: Control your status page from Slack
background_color: "#625e30"
features:
bot_user:
display_name: Cursed Status Page
always_online: true
shortcuts:
- name: Update Status Page
type: global
callback_id: csp_update_status_page
description: Manually trigger a status page upadte
oauth_config:
scopes:
bot:
- app_mentions:read
- channels:history
- chat:write
- commands
- groups:history
- groups:write
- reactions:read
- users:read
- reactions:write
- pins:read
settings:
event_subscriptions:
request_url: https://saved-ghost-summary.ngrok-free.app/slack/event/handle
bot_events:
- app_mention
- message.groups
- pin_added
- pin_removed
- reaction_added
- reaction_removed
interactivity:
is_enabled: true
request_url: https://saved-ghost-summary.ngrok-free.app/slack/event/interaction
org_deploy_enabled: false
socket_mode_enabled: true
token_rotation_enabled: false