- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / api_test / geolocation / no_permission / manifest.json
1 {
2    "name": "geolocation access apitest fail",
3    "description": "tests geolocation is not accessible from this extensions",
4    "version": "0.1",
5    "manifest_version": 2,
6    "background": {
7      "scripts": ["background.js"]
8    },
9    "permissions": [ ]
10 }