-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.webapp
43 lines (43 loc) · 969 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
38
39
40
41
42
43
{
"version": "1.5.4",
"name": "Kloud File Manager",
"description": "A File Manager 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://www.kaiostech.com"
},
"origin": "app://kfm.arma7x.com",
"type": "privileged",
"permissions": {
"device-storage:sdcard":{
"access": "readwrite"
},
"desktop-notification": {
"description": "Required for displaying alerts when app is on background"
}
},
"messages": [
{
"serviceworker-notification": "/index.html"
}
],
"locales": {
"en-US": {
"name": "File Manager",
"subtitle": "File Manager for for KaiOS",
"description": "File Manager for KaiOS"
}
},
"default_locale": "en-US"
}