mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
|
{
|
||
|
"name": "Super Crazy Basic App",
|
||
|
"installs_allowed_from": [ "*" ],
|
||
|
"type": "privileged",
|
||
|
"permissions": {
|
||
|
"geolocation": {
|
||
|
"description": "geolocate"
|
||
|
},
|
||
|
"alarm" : {
|
||
|
"description": "alarm"
|
||
|
},
|
||
|
"contacts": {
|
||
|
"description": "contacts",
|
||
|
"access": "readwrite"
|
||
|
},
|
||
|
"device-storage:apps": {
|
||
|
"description": "storage"
|
||
|
}
|
||
|
}
|
||
|
}
|