-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmanifest.webapp
36 lines (36 loc) · 1.01 KB
/
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
{
"version": "1",
"name": "KaiOS hosted starter",
"launch_path": "/kaios-hosted-sample/index.html",
"description": "KaiOS hosted app with example use cases to get started",
"icons": {
"16": "/kaios-hosted-sample/images/logo16.png",
"32": "/kaios-hosted-sample/images/logo32.png",
"48": "/kaios-hosted-sample/images/logo48.png",
"60": "/kaios-hosted-sample/images/logo60.png",
"64": "/kaios-hosted-sample/images/logo64.png",
"90": "/kaios-hosted-sample/images/logo90.png",
"120": "/kaios-hosted-sample/images/logo120.png",
"128": "/kaios-hosted-sample/images/logo128.png"
},
"developer": {
"name": "Robert Nyman",
"url": "http://robertnyman.com"
},
"installs_allowed_from": [
"*"
],
"default_locale": "en",
"permissions": {
"desktop-notification": {
"description": "To show notifications"
},
"geolocation": {
"description": "Marking out user location"
},
"alarms": {
"description": "Scheduling alarms"
}
},
"cursor": true
}