blob: 19ce2918e4bf60a19c62d61a23cce7b4e648a6b8 [file] [log] [blame]
{
"name": "test",
"version": "0.1",
"manifest_version": 2,
"app": {
"background": {
"scripts": ["background.js"]
}
},
"sandbox": {
"pages": ["test"]
}
}