pluotsorbet/manifest.webapp

42 строки
1.0 KiB
Plaintext
Исходник Обычный вид История

{
"name": "j2me.js",
"description": "j2me interpreter for firefox os",
2014-10-13 09:50:58 +04:00
"launch_path": "/index.html?autosize=1&logConsole=web",
"origin": "app://j2mejs.mozilla.org",
"icons": {
"128": "/img/icon-128.png"
},
"developer": {
"name": "Mozilla",
"url": "http://mozilla.org"
},
"default_locale": "en",
"orientation": ["portrait-primary"],
"permissions": {
"tcp-socket": {
"description": "Required to connect to internet"
2014-09-17 01:48:29 +04:00
},
"contacts": {
"description": "Required to manage contacts",
2014-09-20 03:44:29 +04:00
"access": "readonly"
},
"mobilenetwork": {
"description:": "Required to verify your phone number"
},
"browser": {},
"audio-capture": {
"description": "Required to capture audio via getUserMedia"
},
"video-capture": {
"description": "Required to take pictures"
2014-12-09 02:36:36 +03:00
},
"desktop-notification": {
"description": "Required to display notifications"
},
2014-12-09 02:36:36 +03:00
"systemXHR": {
"description": "Required to download MIDlets"
}
},
"type": "privileged"
}