-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.webapp
More file actions
54 lines (54 loc) · 1.24 KB
/
manifest.webapp
File metadata and controls
54 lines (54 loc) · 1.24 KB
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
51
52
53
54
{
"name": "sharotronic",
"slug": "sharotronic",
"icon": "icon.svg",
"description": "A testing cozy app",
"version": "3.0.0",
"licence": "AGPL-3.0",
"source": "https://github.com/Gara64/cozy-apps.git",
"developer": {
"name": "Cozy",
"url": "https://cozy.io"
},
"default_locale": "en",
"locales": {},
"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"]
},
"sharings": {
"description": "share",
"type": "io.cozy.sharings"
},
"recipients": {
"description": "sharing recipients",
"type": "io.cozy.recipients"
},
"contacts": {
"description": "sharing contacts",
"type": "io.cozy.contacts"
},
"settings": {
"description": "cozy settings",
"type": "io.cozy.settings"
},
"files": {
"description": "cozy files",
"type": "io.cozy.files"
},
"albums": {
"description": "Required to manage photos albums",
"type": "io.cozy.photos.albums",
"methods": ["GET", "POST", "PUT"]
}
}
}