Upstream version 5.34.104.0
[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     "partitions": [
14       {
15         "name": "foobar",
16         "accessible_resources": [
17           "guest.html"
18         ]
19       }
20     ]
21   }
22 }