-
Notifications
You must be signed in to change notification settings - Fork 21
/
app.json
41 lines (41 loc) · 974 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": "844e8da9-f6be-4e7a-8053-5e6e71ca4a55",
"version": "0.0.2",
"requiredApiVersion": "^1.19.0",
"iconFile": "icon.png",
"author": {
"name": "Rocket.Chat Technologies Corp.",
"homepage": "https://github.com/RocketChat/Rocket.Chat",
"support": "https://github.com/RocketChat/Rocket.Chat"
},
"name": "OpenAI ChatGPT",
"nameSlug": "chatgpt",
"classFile": "OpenAiChatApp.ts",
"description": "OpenAI ChatGPT Integration with Rocket.Chat",
"implements": [
"IPostMessageSent"
],
"permissions": [
{
"name": "ui.registerButtons"
},
{
"name": "room.read"
},
{
"name": "room.write"
},
{
"name": "message.write"
},
{
"name": "slashcommand"
},
{
"name": "networking"
},
{
"name": "ui.interact"
}
]
}