-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmanifest.webapp
More file actions
35 lines (35 loc) · 756 Bytes
/
manifest.webapp
File metadata and controls
35 lines (35 loc) · 756 Bytes
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
{
"name": "riverscreen",
"description": "Gaia Alternative Homescreen",
"launch_path": "/index.html#root",
"type": "certified",
"role": "homescreen",
"developer": {
"name": "Paul Rouget",
"url": "https://github.com/paulrouget/riverscreen"
},
"permissions": {
"mobileconnection": {},
"webapps-manage": {},
"systemXHR": {},
"settings": {
"access": "readwrite"
},
"open-remote-window": {},
"storage": {},
"geolocation": {},
"alarms": {},
"power": {}
},
"locales": {
"en-US": {
"name": "Homescreen",
"description": "Gaia Homescreen"
}
},
"default_locale": "en-US",
"icons": {
"30": "/style/icons/HomeScreen.png"
},
"orientation": "landscape,portrait"
}