forked from cozy/mespapiers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
38 lines (38 loc) · 886 Bytes
/
manifest.webapp
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
{
"name": "Mes papiers",
"slug": "mespapiers",
"icon": "icon.svg",
"categories": [],
"version": "0.1.0",
"licence": "AGPL-3.0",
"editor": "Cozy",
"source": "https://github.com/cozy/mespapiers.git@build",
"developer": {
"name": "cozy",
"url": ""
},
"routes": {
"/": {
"folder": "/",
"index": "index.html",
"public": false
}
},
"permissions": {
"apps": {
"description": "Required by the cozy-bar to display the icons of the apps",
"type": "io.cozy.apps",
"verbs": ["GET"]
},
"settings": {
"description": "Required by the cozy-bar to display Claudy and know which applications are coming soon",
"type": "io.cozy.settings",
"verbs": ["GET"]
},
"files": {
"description": "Required to access the files",
"type": "io.cozy.files",
"verbs": ["ALL"]
}
}
}