-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmanifest.webapp
More file actions
43 lines (43 loc) · 954 Bytes
/
Copy pathmanifest.webapp
File metadata and controls
43 lines (43 loc) · 954 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
36
37
38
39
40
41
42
43
{
"version": "1.0.0",
"name": "KaiKit",
"description": "JS framework for KaiOS",
"launch_path": "/index.html",
"theme": "#873eff",
"theme_color": "#873eff",
"background_color": "#873eff",
"categories": [
"utilities"
],
"icons": {
"56": "/icons/icon56x56.png",
"112": "/icons/icon112x112.png"
},
"developer": {
"name": "arma7x",
"url": "https://github.com/arma7x"
},
"origin": "app://kai.arma7x.com",
"type": "web",
"permissions": {
"systemXHR": {
"description": "Required to load remote content"
},
"desktop-notification": {
"description": "Required for displaying alerts when app is on background"
}
},
"messages": [
{
"serviceworker-notification": "/index.html"
}
],
"locales": {
"en-US": {
"name": "KaiKit",
"subtitle": "JS framework for KaiOS",
"description": "JS framework for KaiOS"
}
},
"default_locale": "en-US"
}