зеркало из https://github.com/mozilla/pluotsorbet.git
71 строка
1.7 KiB
Plaintext
71 строка
1.7 KiB
Plaintext
{
|
|
"name": "@NAME@",
|
|
"description": "@DESCRIPTION@",
|
|
"launch_path": "/index.html",
|
|
"origin": "@ORIGIN@",
|
|
"version": "@VERSION@",
|
|
"icons": {
|
|
"128": "/img/icon-128.png",
|
|
"512": "/img/icon-512.png"
|
|
},
|
|
"developer": {
|
|
"name": "Mozilla Apps",
|
|
"url": "http://mozilla.org"
|
|
},
|
|
"default_locale": "en",
|
|
"orientation": ["portrait", "landscape"],
|
|
"permissions": {
|
|
// #if JSR_179 == 1
|
|
"geolocation": {
|
|
"description": "Required by location API."
|
|
},
|
|
// #endif
|
|
"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"
|
|
},
|
|
"alarms": {
|
|
"description": "Required to perform tasks while the app isn't running"
|
|
}
|
|
},
|
|
"messages": [
|
|
{ "alarm": "/index.html" }
|
|
],
|
|
// #ifdef CONTENT_HANDLER_FILTER
|
|
"activities": {
|
|
"share": {
|
|
"href": "/index.html",
|
|
"disposition": "window",
|
|
"filters": {
|
|
"type": @CONTENT_HANDLER_FILTER@
|
|
}
|
|
}
|
|
},
|
|
// #endif
|
|
"type": "privileged"
|
|
}
|