-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.webapp
54 lines (54 loc) · 1.65 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
53
54
{
"id": "com.garredow.foxcasts-lite",
"name": "FoxCasts Lite",
"description": "A fully-featured podcast app for your KaiOS device",
"version": "2.2.0",
"launch_path": "/index.html",
"icons": {
"256": "/assets/icons/icon-256.png",
"128": "/assets/icons/icon-128.png",
"64": "/assets/icons/icon-64.png",
"48": "/assets/icons/icon-48.png",
"32": "/assets/icons/icon-32.png",
"24": "/assets/icons/icon-24.png"
},
"theme_color": "#ec5817",
"developer": {
"name": "Garrett Downs",
"url": "https://garrettdowns.com"
},
"type": "privileged",
"permissions": {
"audio-channel-content": {
"description": "Required to play audio in the background."
},
"systemXHR": {
"description": "Required to download podcasts and perform other vital functions."
},
"desktop-notification": {
"description": "Required to display episode information and playback controls in the notification panel."
},
"device-storage:music": {
"access": "readwrite",
"description": "Required to read and write podcasts episodes."
},
"device-storage:videos": {
"access": "readwrite",
"description": "Required to read and write podcasts episodes."
},
"device-storage:sdcard": {
"access": "readwrite",
"description": "Required to read and write podcasts episodes to external storage."
}
},
"fullscreen": true,
"locales": {
"en-US": {
"name": "Foxcasts Lite",
"subtitle": "A fully-featured podcast app for your KaiOS device",
"description": "A fully-featured podcast app for your KaiOS device"
}
},
"default_locale": "en-US",
"cursor": false
}