Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / sandboxed_pages_invalid_3.json
blob46ca3d20bfb4fa7432921010262376d0b253343e
2   "name": "test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "sandbox": {
6     "pages": ["test"],
7     // No sandbox directive.
8     "content_security_policy": "script-src: https://www.google.com"
9   }