gecko/dom/tests/browser/test-webapp.webapp

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": {}
}
}