- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / geolocation / cancel_request / manifest.json
1 {
2   "name": "Platform App Test: <webview> geolocation cancelRequest test",
3   "description": "Loads a guest that has an iframe and the iframe requests geolocation, before deciding the geolocation permission, the iframe navigates away, canceling the permisison request",
4   "version": "1",
5   "permissions": [
6     "geolocation",
7     "webview"
8   ],
9   "app": {
10     "background": {
11       "scripts": ["test.js"]
12     }
13   }
14 }