- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / platform_apps / web_view / shim / manifest.json
1 {
2   "name": "Platform App Test: <webview>",
3   "version": "2",
4   "permissions": [
5     "webview"
6   ],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   },
12   "webview": {
13     "accessible_resources": [
14       "guest.html"
15     ],
16     "privileged_partitions": [
17       "foobar"
18     ]
19   }
20 }