-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmanifest.webapp
52 lines (52 loc) · 1.34 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"version": "1.15.1",
"name": "K-Music",
"description": "An audio player for KaiOS with playlist manager + Equalizer + MP3 Cutter/Trimmer",
"launch_path": "/index.html",
"theme": "#431F7F",
"theme_color": "#431F7F",
"background_color": "#431F7F",
"fullscreen": "true",
"chrome": {
"statusbar": "overlap"
},
"categories": [
"entertainment",
"utilities"
],
"icons": {
"56": "/icons/icon56x56.png",
"112": "/icons/icon112x112.png"
},
"developer": {
"name": "arma7x",
"url": "https://www.kaiostech.com"
},
"origin": "app://kaimusic.arma7x.com",
"type": "privileged",
"permissions": {
"device-storage:sdcard":{
"access": "readwrite"
},
"device-storage:music":{
"access": "readwrite"
},
"audio-channel-normal": {
"description" : "Needed to play this app's audio content on the normal channel"
},
"audio-channel-content": {
"description": "To play audio in background"
},
"volumemanager": {
"description": "To control system volume"
}
},
"locales": {
"en-US": {
"name": "K-Music",
"subtitle": "An audio player for KaiOS with playlist manager + Equalizer + MP3 Cutter/Trimmer",
"description": "An audio player for KaiOS with playlist manager + Equalizer + MP3 Cutter/Trimmer"
}
},
"default_locale": "en-US"
}