forked from fs/harvest-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
30 lines (30 loc) · 1.17 KB
/
manifest.json
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
{
"display_information": {
"name": "Harvest Notifier",
"description": "Automatically notifies users in Slack to track and submit their time in Harvest.",
"background_color": "#2c2d30",
"long_description": "The Harvest Notifier app seamlessly integrates with Slack to help teams keep track of time entries in Harvest. It automatically sends reminders to users who forget to log their working hours, ensuring accurate and timely reporting. With customizable notifications and reminders, this app promotes accountability and helps prevent missed entries, making project tracking and time management easier for teams."
},
"features": {
"bot_user": {
"display_name": "Harvest Notifier",
"always_online": true
}
},
"oauth_config": {
"scopes": {
"bot": [
"chat:write",
"users:read",
"users:read.email",
"chat:write.public",
"channels:read"
]
}
},
"settings": {
"org_deploy_enabled": false,
"socket_mode_enabled": false,
"token_rotation_enabled": false
}
}