-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
41 lines (41 loc) · 959 Bytes
/
app.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
31
32
33
34
35
36
37
38
39
40
41
{
"id": "f1f2f3eb-b528-4e08-aeeb-077ab32f954e",
"version": "0.0.1",
"requiredApiVersion": "^1.19.1",
"iconFile": "icon.png",
"author": {
"name": "Marcelo Schmidt",
"homepage": "https://github.com/marceloschmidt",
"support": "https://github.com/marceloschmidt/rocketchat.app.sendlater"
},
"name": "Send Later",
"nameSlug": "send-later",
"classFile": "SendLaterApp.ts",
"description": "Schedule the delivery of a message",
"permissions": [
{
"name": "slashcommand"
},
{
"name": "message.write"
},
{
"name": "scheduler"
},
{
"name": "ui.interact"
},
{
"name": "persistence"
},
{
"name": "room.read"
},
{
"name": "message.read"
}
],
"implements": [
"IUIKitInteractionHandler"
]
}