michael@0: { michael@0: "name": "Super Crazy Basic App", michael@0: "installs_allowed_from": [ "*" ], michael@0: "type": "web", michael@0: "permissions": { michael@0: "storage": { michael@0: "access": "readcreate", michael@0: "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" michael@0: }, michael@0: "geolocation": { michael@0: "description": "geolocate" michael@0: }, michael@0: "alarms" : { michael@0: "description": "alarm" michael@0: }, michael@0: "desktop-notification": {}, michael@0: "audio-channel-normal": {} michael@0: } michael@0: }