- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / geolocation / geolocation_request_gone / manifest.json
1 {
2   "name": "Platform App Test: <webview> geolocation",
3   "description": "Loads a guest that makes a geolocation request. The request is kept around for some time in the embedder then garbage collected.",
4   "version": "1",
5   "permissions": [
6     "geolocation",
7     "webview"
8   ],
9   "app": {
10     "background": {
11       "scripts": ["test.js"]
12     }
13   }
14 }