- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / interstitial_teardown / manifest.json
1 {
2   "name": "<webview> interstitial page check.",
3   "description": "Check teardown path of guest while interstitial page is shown",
4   "version": "1",
5   "permissions": [
6     "webview"
7   ],
8   "app": {
9     "background": {
10       "scripts": ["test.js"]
11     }
12   }
13 }