tenfourfox/dom/tests/browser/test-webapp-original.webapp

20 lines
359 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
{
"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"
}
}
}