chromium/extensions/test/data/manifest_tests/sandbox_csp_with_dictionary.json

{
  "name": "test",
  "version": "0.1",
  "manifest_version": 3,
  "sandbox": {
    "pages": ["test"],
    "content_security_policy": "sandbox;"
  },
  "content_security_policy" : {
    "extension_pages" : "default-src;"
  }
}