-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
18 lines (18 loc) · 774 Bytes
/
app.json
File metadata and controls
18 lines (18 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"id": "29025e21-7154-47bc-969f-97d4c530fdbd",
"version": "1.0.0",
"requiredApiVersion": "^1.44.0",
"iconFile": "icon.png",
"author": {
"name": "Rocket.Chat",
"homepage": "https://rocket.chat",
"support": "support@rocket.chat"
},
"name": "TimeOff",
"nameSlug": "timeoff",
"classFile": "TimeOffApp.ts",
"description": "The TimeOffApp for Rocket.Chat helps teams stay informed and organized by managing user availability during time off. It automatically notifies colleagues in direct messages when a recipient is unavailable, displaying a personalized message left by the user. This ensures clear communication and minimizes disruptions in the workflow.",
"implements": [
"IPostMessageSent"
]
}