{
"name": "test",
"version": "0.1",
"manifest_version": 2,
"sandbox": {
"pages": ["test"],
// Sandbox directive that allows same-origin access.
"content_security_policy": "sandbox allow-same-origin"
}
}
{
"name": "test",
"version": "0.1",
"manifest_version": 2,
"sandbox": {
"pages": ["test"],
// Sandbox directive that allows same-origin access.
"content_security_policy": "sandbox allow-same-origin"
}
}