2012-09-28 22:16:29 +00:00
{
"name": "Super Crazy Basic App",
"installs_allowed_from": [ "*" ],
2013-01-09 22:34:13 +00:00
"type": "web",
2012-09-28 22:16:29 +00:00
"permissions": {
2013-04-05 23:38:08 +00:00
"storage": {
"access": "readcreate",
"description": "this permission is not needed by the test, it's here to test whether we will properly ignore permissions with the wrong 'access' entry in the manifest"
},
2012-09-28 22:16:29 +00:00
"geolocation": {
"description": "geolocate"
},
2012-10-10 16:16:49 +00:00
"alarms" : {
2012-09-28 22:16:29 +00:00
"description": "alarm"
},
2013-01-09 22:34:13 +00:00
"desktop-notification": {},
"audio-channel-normal": {}
2012-09-28 22:16:29 +00:00
}
}