DevTools: kill codeschool extension from whitelist
[chromium-blink-merge.git] / extensions / test / data / web_view / accept_touch_events / manifest.json
blob79c79dffb6221d9f0d2090adab7dc3e2044d775e
2   "name": "<webview> touch handler registration test.",
3   "version": "1",
4   "permissions": [
5     "webview"
6   ],
7   "app": {
8     "background": {
9       "scripts": ["test.js"]
10     }
11   },
12   "webview": {
13     "partitions": [
14       {
15         "name": "partition1",
16         "accessible_resources": [
17           "guest.js",
18           "guest.html"
19         ]
20       }
21     ]
22   }