webapprt/test/chrome/webperm.webapp

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/webapprt/test/chrome/webperm.webapp	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +{
     1.5 +  "name": "Hosted Permissions Test Webapp",
     1.6 +  "description": "A webapp for testing permission installation.",
     1.7 +  "launch_path": "/webapprtChrome/webapprt/test/chrome/webperm.html",
     1.8 +  "permissions": {
     1.9 +    "storage": { "description": "I need to store 1 million dollars in your bank account" },
    1.10 +    "geolocation": { "description": "Desc" },
    1.11 +    "camera": { "description": "Desc" },
    1.12 +    "alarms": { "description": "Desc" },
    1.13 +    "tcp-socket": { "description": "Desc" },
    1.14 +    "network-events": { "description": "Desc" },
    1.15 +    "webapps-manage": { "description": "Desc" },
    1.16 +    "desktop-notification": { "description": "Desc" }
    1.17 +  }
    1.18 +}

mercurial