2014-08-06 07:39:42 +04:00
|
|
|
{
|
|
|
|
"name": "j2me.js",
|
|
|
|
"description": "j2me interpreter for firefox os",
|
2015-01-14 00:33:17 +03:00
|
|
|
"launch_path": "/index.html",
|
2014-11-11 01:30:32 +03:00
|
|
|
"origin": "app://j2mejs.mozilla.org",
|
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-09-23 22:59:52 +04:00
|
|
|
},
|
|
|
|
"mobilenetwork": {
|
2015-01-13 11:07:08 +03:00
|
|
|
"description": "Required to verify your phone number"
|
2014-10-13 09:36:22 +04:00
|
|
|
},
|
2015-01-13 11:49:24 +03:00
|
|
|
"browser": {
|
|
|
|
"description": "Required to improve performance"
|
2014-10-13 09:36:22 +04:00
|
|
|
},
|
2014-11-24 08:52:14 +03:00
|
|
|
"audio-capture": {
|
|
|
|
"description": "Required to capture audio via getUserMedia"
|
2014-12-06 04:02:29 +03:00
|
|
|
},
|
|
|
|
"video-capture": {
|
|
|
|
"description": "Required to take pictures"
|
2014-12-09 02:36:36 +03:00
|
|
|
},
|
2014-11-13 02:07:22 +03:00
|
|
|
"desktop-notification": {
|
|
|
|
"description": "Required to display notifications"
|
2014-12-11 02:57:55 +03:00
|
|
|
},
|
2014-12-09 02:36:36 +03:00
|
|
|
"systemXHR": {
|
|
|
|
"description": "Required to download MIDlets"
|
2015-01-12 22:17:33 +03:00
|
|
|
},
|
|
|
|
"storage": {
|
|
|
|
"description": "Required to store files without limitations"
|
2014-11-24 08:52:14 +03:00
|
|
|
}
|
2014-08-23 03:31:21 +04:00
|
|
|
},
|
|
|
|
"type": "privileged"
|
2014-08-06 07:39:42 +04:00
|
|
|
}
|