android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / sandboxed_pages_invalid_5.json
blob26b9596974c4bcdb17ba307340b58cf260ba64f3
2   "name": "test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "app": {
6     "background": {
7       "scripts": ["background.js"]
8     }
9   },
10   "sandbox": {
11     "pages": ["test"],
12     // Sandbox directive that allows top-level navigation in a platform app.
13     "content_security_policy": "sandbox allow-top-navigation"
14   }