pluotsorbet/manifest.webapp

25 строки
630 B
Plaintext
Исходник Обычный вид История

{
"name": "j2me.js",
"description": "j2me interpreter for firefox os",
"launch_path": "/index.html?main=com/sun/midp/main/MIDletSuiteLoader&midletClassName=asteroids.Game&autosize=1&logConsole=web",
"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"
}
},
"type": "privileged"
}