-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
60 lines (60 loc) · 941 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"id": "a056c6fd-b2ca-4db8-8c54-0f206a4bf7ae",
"version": "0.0.1",
"requiredApiVersion": "^1.19.0",
"iconFile": "icon.png",
"author": {
"name": "Hardik Bhatia",
"homepage": "https://github.com/hardikbhatia777",
"support": "https://github.com/hardikbhatia777"
},
"name": "Agile Bot",
"nameSlug": "agile",
"classFile": "AgileBotApp.ts",
"description": "The ultimate Rocket.Chat app for managing agile workflows.",
"permissions": [
{
"name": "user.read"
},
{
"name": "user.write"
},
{
"name": "ui.interact"
},
{
"name": "room.read"
},
{
"name": "room.write"
},
{
"name": "message.read"
},
{
"name": "message.write"
},
{
"name": "slashcommand"
},
{
"name": "api"
},
{
"name": "networking"
},
{
"name": "threads.read"
},
{
"name": "ui.registerButtons"
},
{
"name": "persistence"
},
{
"name": "scheduler"
}
],
"implements": []
}