2014-08-06 07:39:42 +04:00
|
|
|
{
|
|
|
|
"name": "j2me.js",
|
|
|
|
"description": "j2me interpreter for firefox os",
|
2014-09-19 01:34:28 +04:00
|
|
|
"launch_path": "/index.html?main=com/sun/midp/main/MIDletSuiteLoader&midletClassName=asteroids.Game&autosize=1&logConsole=web",
|
2014-08-06 07:39:42 +04:00
|
|
|
"icons": {
|
|
|
|
"128": "/img/icon-128.png"
|
|
|
|
},
|
|
|
|
"developer": {
|
|
|
|
"name": "Mozilla",
|
|
|
|
"url": "http://mozilla.org"
|
|
|
|
},
|
|
|
|
"default_locale": "en",
|
2014-08-23 03:31:21 +04:00
|
|
|
"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"
|
2014-08-23 03:31:21 +04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"type": "privileged"
|
2014-08-06 07:39:42 +04:00
|
|
|
}
|