forked from hackclub/hackatime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslack_manifest_harbor.yml
More file actions
30 lines (30 loc) · 906 Bytes
/
slack_manifest_harbor.yml
File metadata and controls
30 lines (30 loc) · 906 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
# from https://app.slack.com/app-settings/T0266FRGM/A08EJ0W7N82/app-manifest
display_information:
name: Hackatime
description: Track your time on Hackatime!
background_color: "#de9c0d"
features:
bot_user:
display_name: hackatime
always_online: false
slash_commands:
- command: /timedump
url: https://timedump.hackclub.com/timedump/slack/commands
description: check your time dump!
should_escape: false
oauth_config:
redirect_urls:
- http://localhost:3000/auth/slack/callback
- https://hackatime.hackclub.com/auth/slack/callback
- https://timedump.hackclub.com/auth/slack/callback
- https://harbor.hackclub.com/auth/slack/callback
scopes:
user:
- users.profile:read
- users.profile:write
- users:read
- users:read.email
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false