Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / extensions / manifest_tests / sandboxed_pages_invalid_4.json
blob744f74dd090da2b22c6e10cc199f90f199569929
2   "name": "test",
3   "version": "0.1",
4   "manifest_version": 2,
5   "sandbox": {
6     "pages": ["test"],
7     // Sandbox directive that allows same-origin access.
8     "content_security_policy": "sandbox allow-same-origin"
9   }