-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathapp.json
50 lines (50 loc) · 1.08 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
49
50
{
"id": "4d75ed99-76b4-4d3c-93f7-43ed323dd179",
"version": "0.0.1",
"requiredApiVersion": "^1.44.0",
"iconFile": "icon.png",
"author": {
"name": "william",
"homepage": "https://github.com/4shb0rne",
"support": "https://github.com/4shb0rne"
},
"name": "receipt-processor",
"nameSlug": "receipt-processor",
"classFile": "ReceiptProcessorApp.ts",
"description": "App that will help to manage your spending based on the receipts",
"implements": [
"IPostMessageSent"
],
"permissions": [
{
"name": "user.read"
},
{
"name": "user.write"
},
{
"name": "room.read"
},
{
"name": "room.write"
},
{
"name": "message.read"
},
{
"name": "message.write"
},
{
"name": "api"
},
{
"name": "networking"
},
{
"name": "threads.read"
},
{
"name": "upload.read"
}
]
}