-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webmanifest
87 lines (87 loc) · 2.5 KB
/
manifest.webmanifest
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"lang": "en-US",
"id": "PodKast",
"name": "PodKast",
"description": "With PodKast, you can play the latest episodes from your favourite shows, explore podcast recommendations just for you and manage your listening activity.",
"theme": "#431F7F",
"theme_color": "#431F7F",
"background_color": "#431F7F",
"orientation": "portrait",
"start_url": "/index.html",
"categories": [
"news",
"entertainment"
],
"icons": [
{
"src": "/icons/icon56x56.png",
"type": "image/png",
"sizes": "56x56"
},
{
"src": "/icons/icon112x112.png",
"type": "image/png",
"sizes": "112x112"
}
],
"b2g_features": {
"version": "3.0.6",
"type": "privileged",
"core": true,
"default_locale": "en-US",
"developer": {
"name": "arma7x",
"url": "https://www.kaiostech.com"
},
"userAgentInfo": "PodKast",
"permissions": {
"device-storage:sdcard": {
"access": "readwrite",
"description": "Store audio files on device storage"
},
"audio-channel-normal": {
"description": "To play audio in normal channel"
},
"audio-channel-content": {
"description": "To play audio in background channel"
},
"volumemanager": {
"description": "To control volume manager"
},
"systemXHR": {
"description": "Required to load remote content"
},
"tcp-socket": {
"description": "Check host SSL Cert(Lets Encrypt)"
},
"video-capture": {
"description": "Required for qr-code reader(PodcastIndex key/secret)"
},
"serviceworker": {
"description": "Needed for assocating service worker"
},
"desktop-notification": {
"description": "Required for display notification"
},
"mobiledata": {
"description": "China Type Approval(CTA)"
},
"wifidata": {
"description": "China Type Approval(CTA)"
},
"external-api": {
"description": "Volume Manager API"
}
},
"dependencies": {
"ads-sdk": "1.5.3"
},
"locales": {
"en-US": {
"name": "PodKast",
"subtitle": "With PodKast, you can play the latest episodes from your favourite shows, explore podcast recommendations just for you and manage your listening activity.",
"description": "With PodKast, you can play the latest episodes from your favourite shows, explore podcast recommendations just for you and manage your listening activity."
}
}
}
}