- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / extensions / manifest_tests / sandboxed_pages_invalid_5.json
1 {
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   }
15 }