blob: 4ee00d5d1e61ba700bbd1ff5e6dac2d656b66bb7 [file] [log] [blame]
{
"name": "allow silent update",
"version": "1.0",
"manifest_version": 2,
"permissions": [
"tabs",
"notifications",
"http://*.example.com/"
],
"content_scripts": [
{
"matches": [
"http://*.example.com/*"
],
"js": ["404.js"]
}
]
}