bf24759354
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net> Co-authored-by: samuelmaddock <samuel.maddock@gmail.com>
10 lines
228 B
JSON
10 lines
228 B
JSON
{
|
|
"name": "chrome-webRequest",
|
|
"version": "1.0",
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": true
|
|
},
|
|
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>"],
|
|
"manifest_version": 2
|
|
}
|