blob: bcd5e7959fd0ee7af902779de3d57fedab424ee9 [file] [log] [blame]
{
"name": "test",
"version": "0.1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
},
"sandbox": {
"pages": ["test"],
"content_security_policy": "sandbox; script-src https://www.google.com"
}
}