mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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" }
|
|
}
|
|
}
|