- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / geolocation / has_permission / manifest.json
1 {
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" ]
10 }