mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
311 B
JSON
17 lines
311 B
JSON
{
|
|
"name": "Super Crazy Basic App",
|
|
"installs_allowed_from": [ "*" ],
|
|
"type": "web",
|
|
"permissions": {
|
|
"geolocation": {
|
|
"description": "geolocate"
|
|
},
|
|
"alarms" : {
|
|
"description": "alarm"
|
|
},
|
|
"fmradio": {},
|
|
"desktop-notification": {},
|
|
"audio-channel-normal": {}
|
|
}
|
|
}
|