{
"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" ]
}