forked from emilis/worldradioplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
43 lines (43 loc) · 1.44 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
{
"name": "World Radio Player",
"description": "Internet radio player.",
"version": "0.0.5",
"type": "web",
"launch_path": "/index.html",
"permissions": {
"audio-channel-normal": {
"description": "Needed for audio playback."
},
"audio-channel-content": {
"description": "Needed for audio playback in background."
}
},
"icons": {
"30": "/static/img/icons/30.png",
"60": "/static/img/icons/60.png",
"90": "/static/img/icons/90.png",
"120": "/static/img/icons/120.png",
"240": "/static/img/icons/240.png",
"32": "/static/img/icons/32.png",
"64": "/static/img/icons/64.png",
"128": "/static/img/icons/128.png",
"256": "/static/img/icons/256.png"
},
"orientation": "portrait-primary",
"developer": {
"name": "Emilis Dambauskas",
"url": "http://emilis.github.io/",
"email": "emilis.d@gmail.com"
},
"default_locale": "en-US",
"locales": {
"en": {
"name": "World Radio Player",
"description": "Internet radio player."
},
"lt": {
"name": "World Radio Player",
"description": "Interneto radijo grotuvas."
}
}
}