tenfourfox/webapprt/test/chrome/webperm.webapp
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
624 B
JSON

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