-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
37 lines (37 loc) · 944 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
{
"name": "Pouchdb playground",
"slug": "pouchdb-playground",
"icon": "icon.svg",
"categories": [],
"version": "0.1.0",
"licence": "AGPL-3.0",
"editor": "",
"source": "https://github.com/paultranvan/pouchdb-playground.git@build",
"developer": {
"name": "paultranvan",
"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"]
},
"mocks todos": {
"description": "TO REMOVE: only used as demonstration about Cozy App data interactions",
"type": "io.mocks.todos"
},
"settings": {
"description": "Required by the cozy-bar to display Claudy and know which applications are coming soon",
"type": "io.cozy.settings",
"verbs": ["GET"]
}
}
}