- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / teardown / manifest.json
1 {
2   "name": "<webview> teardown test.",
3   "version": "1",
4   "permissions": [
5     "webview"
6   ],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   }
12 }