Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / data / extensions / platform_apps / web_view / navigation / manifest.json
blob7bb498865efa19cf3801c22ec3850b0c4f710089
2   "name": "Packaged App Test: <webview> Navigation",
3   "description": "Verifies that the <webview> Navigation works as expected.",
4   "version": "1",
5   "permissions": [
6     "webview"
7   ],
8   "app": {
9     "background": {
10       "scripts": ["test.js"]
11     }
12   }