mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
9 lines
267 B
JSON
9 lines
267 B
JSON
{
|
|
"name": "Geolocation Permission Test Webapp",
|
|
"description": "A webapp for testing geolocation prompt.",
|
|
"launch_path": "/webapprtChrome/webapprt/test/chrome/geolocation-prompt-perm.html",
|
|
"permissions": {
|
|
"geolocation": { "description": "Desc" }
|
|
}
|
|
}
|