- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / document_interactive / manifest.json
1 {
2   "name": "<webview> property setting on document interactive",
3   "description": "Checks webview property setting when document.readyState changes to interactive",
4   "version": "1",
5   "permissions": [
6     "webview"
7   ],
8   "app": {
9     "background": {
10       "scripts": ["test.js"]
11     }
12   }
13 }