-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathapp.json
39 lines (39 loc) · 886 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
{
"id": "67a4e34b-5c04-4c9c-9358-3d0fd217cefd",
"version": "0.0.1",
"requiredApiVersion": "^1.19.0",
"iconFile": "icon.png",
"author": {
"name": "Duda Nogueira",
"homepage": "http://rocket.chat",
"support": "https://open.rocket.chat/channel/rocketchat-apps"
},
"name": "Demo App",
"nameSlug": "demo-app",
"classFile": "DemoApp.ts",
"description": "An app to Demo Rocket.Chat Apps Engine",
"implements": [],
"permissions": [
{
"name": "ui.registerButtons"
},
{
"name": "slashcommand"
},
{
"name": "message.write"
},
{
"name": "api"
},
{
"name": "room.read"
},
{
"name": "room.write"
},
{
"name": "persistence"
}
]
}