michael@0: { michael@0: "name": "Hosted Permissions Test Webapp", michael@0: "description": "A webapp for testing permission installation.", michael@0: "launch_path": "/webapprtChrome/webapprt/test/chrome/webperm.html", michael@0: "permissions": { michael@0: "storage": { "description": "I need to store 1 million dollars in your bank account" }, michael@0: "geolocation": { "description": "Desc" }, michael@0: "camera": { "description": "Desc" }, michael@0: "alarms": { "description": "Desc" }, michael@0: "tcp-socket": { "description": "Desc" }, michael@0: "network-events": { "description": "Desc" }, michael@0: "webapps-manage": { "description": "Desc" }, michael@0: "desktop-notification": { "description": "Desc" } michael@0: } michael@0: }