зеркало из https://github.com/mozilla/gecko-dev.git
20 строки
359 B
JSON
20 строки
359 B
JSON
{
|
|
"name": "Super Crazy Basic App",
|
|
"installs_allowed_from": [ "*" ],
|
|
"type": "privileged",
|
|
"permissions": {
|
|
"geolocation": {
|
|
"description": "geolocate"
|
|
},
|
|
"alarms" : {
|
|
"description": "alarm"
|
|
},
|
|
"contacts": {
|
|
"description": "contacts"
|
|
},
|
|
"device-storage:apps": {
|
|
"description": "storage"
|
|
}
|
|
}
|
|
}
|