mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
17 lines
306 B
Plaintext
17 lines
306 B
Plaintext
|
{
|
||
|
"name": "Super Crazy Basic App",
|
||
|
"installs_allowed_from": [ "*" ],
|
||
|
"type": "privileged",
|
||
|
"permissions": {
|
||
|
"geolocation": {
|
||
|
"description": "geolocate"
|
||
|
},
|
||
|
"contacts": {
|
||
|
"description": "contacts"
|
||
|
},
|
||
|
"device-storage:apps": {
|
||
|
"description": "storage"
|
||
|
}
|
||
|
}
|
||
|
}
|