Add an UMA stat to be able to see if the User pods are show on start screen,
[chromium-blink-merge.git] / extensions / test / data / geolocation / always_permission_denied / manifest.json
blob6a4146a66cbd6421b73a7e46dd6abfb6a46c1c53
2   "manifest_version": 2,
3   "name": "geolocation always returns permission denied for app_shell",
4   "description": "tests that geolocation always will return permission denied and won't crash",
5   "version": "1.0",
6   "app": {
7     "background": {
8       "scripts": ["main.js"]
9     }
10   },
11   "permissions": ["geolocation"]