mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 16:46:26 +00:00
16 lines
624 B
JSON
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" }
|
|
}
|
|
}
|