Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / api_test / geolocation / has_permission / manifest.json
blobe62a1a7befd735d46f18f03373126ac990ffb040
2    "name": "geolocation access apitest pass",
3    "description": "tests that geolocation is accessible from this extension",
4    "version": "0.1",
5    "manifest_version": 2,
6    "background": {
7      "scripts": ["background.js"]
8    },
9    "permissions": [ "geolocation" ]