chromium/chrome/test/data/extensions/api_test/geolocation/has_permission/manifest.json

{
   "name": "geolocation access apitest pass",
   "description": "tests that geolocation is accessible from this extension",
   "version": "0.1",
   "manifest_version": 2,
   "background": {
     "scripts": ["background.js"]
   },
   "permissions": [ "geolocation" ]
}