blob: 6a4146a66cbd6421b73a7e46dd6abfb6a46c1c53 [file] [log] [blame]
{
"manifest_version": 2,
"name": "geolocation always returns permission denied for app_shell",
"description": "tests that geolocation always will return permission denied and won't crash",
"version": "1.0",
"app": {
"background": {
"scripts": ["main.js"]
}
},
"permissions": ["geolocation"]
}