pluotsorbet/manifest.webapp

47 строки
1.2 KiB
JSON

{
"name": "j2me.js",
"description": "j2me interpreter for firefox os",
"launch_path": "/index.html",
"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"
},
"contacts": {
"description": "Required to manage contacts",
"access": "readonly"
},
"mobilenetwork": {
"description": "Required to verify your phone number"
},
"browser": {
"description": "Required to improve performance"
},
"audio-capture": {
"description": "Required to capture audio via getUserMedia"
},
"video-capture": {
"description": "Required to take pictures"
},
"desktop-notification": {
"description": "Required to display notifications"
},
"systemXHR": {
"description": "Required to download MIDlets"
},
"storage": {
"description": "Required to store files without limitations"
}
},
"type": "privileged"
}