- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / dialog / manifest.json
1 {
2   "name": "Packaged App Test: <webview> JavaScript Dialogs",
3   "description": "Verifies that the <webview> Dialog API works as expected.",
4   "version": "1",
5   "permissions": [
6     "webview"
7   ],
8   "app": {
9     "background": {
10       "scripts": ["test.js"]
11     }
12   }
13 }