mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net> Co-authored-by: samuelmaddock <samuel.maddock@gmail.com>
11 lines
228 B
JSON
11 lines
228 B
JSON
{
|
|
"name": "chrome-webRequest",
|
|
"version": "1.0",
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": true
|
|
},
|
|
"permissions": ["webRequest", "webRequestBlocking", "<all_urls>"],
|
|
"manifest_version": 2
|
|
}
|