forked from tirithen/kodi-remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.webapp
63 lines (63 loc) · 1.57 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
55
56
57
58
59
60
61
62
63
{
"name": "Kodi Remote",
"description": "A simple to use remote control for Kodi (or XBMC).",
"launch_path": "/index.html",
"version": "0.1.6",
"orientation": "portrait",
"developer": {
"name": "Fredrik Söderström",
"url": "https://github.com/tirithen",
"email": "[email protected]"
},
"icons": {
"128": "/icons/icon128x128.png",
"512": "/icons/icon512x512.png"
},
"installs_allowed_from": [
"*"
],
"type": "privileged",
"permissions": {
"systemXHR": {
"description": "Used to connect to Kodi."
}
},
"default_locale": "en",
"locales": {
"eo": {
"name": "Kodi defore",
"description": "Simple uzebla defora kontrolilo por Kodi (aŭ XBMC).",
"permissions": {
"systemXHR": {
"description": "Necesata por konekti al Kodi."
}
}
},
"es": {
"name": "Kodi Remoto",
"description": "Un control remoto simple de usar para Kodi (o XBMC).",
"permissions": {
"systemXHR": "Se usa para conectarse a Kodi."
}
},
"it": {
"name": "Kodi remoto",
"description": "Controller remoto semplice da usare per Kodi (o XBMC).",
"permissions": {
"systemXHR": {
"description": "Necessario per connettersi a Kodi."
}
}
},
"sv": {
"name": "Kodi Fjärrkontroll",
"description": "En fjärrkontroll för Kodi (eller XBMC) som är lätt att använda.",
"permissions": {
"systemXHR": "Används för att ansluta till Kodi."
}
},
"fr": {
"name": "Kodi Remote"
}
}
}