mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"name": "Super Crazy Basic App",
|
|
"installs_allowed_from": [ "*" ],
|
|
"type": "privileged",
|
|
"permissions": {
|
|
"geolocation": {
|
|
"description": "geolocate"
|
|
},
|
|
"contacts": {
|
|
"description": "contacts"
|
|
},
|
|
"device-storage:apps": {
|
|
"description": "storage"
|
|
}
|
|
}
|
|
}
|