-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
48 lines (48 loc) · 1.04 KB
/
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
{
"id": "948e2eae-ae59-4c5f-b802-b86cd7e34f2d",
"version": "0.0.1",
"requiredApiVersion": "^1.19.0",
"iconFile": "icon.png",
"author": {
"name": "YurikoKikuchi",
"homepage": "https://github.com/yurikomium",
"support": "https://github.com/yurikomium"
},
"name": "NewsletterApp",
"nameSlug": "newsletterapp",
"classFile": "NewsletterApp.ts",
"description": "An AI assistant that generate Newsletter in Rocket.chat",
"implements": [],
"permissions": [
{
"name": "user.read"
},
{
"name": "user.write"
},
{
"name": "room.read"
},
{
"name": "room.write"
},
{
"name": "message.read"
},
{
"name": "message.write"
},
{
"name": "slashcommand"
},
{
"name": "api"
},
{
"name": "networking"
},
{
"name": "threads.read"
}
]
}