mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
20 lines
359 B
JSON
20 lines
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"
|
|
}
|
|
}
|
|
}
|