mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
11 lines
224 B
JSON
11 lines
224 B
JSON
{
|
|
"name": "chrome-webRequest-non-blocking",
|
|
"version": "1.0",
|
|
"background": {
|
|
"service_worker": "background.js"
|
|
},
|
|
"permissions": ["webRequest"],
|
|
"manifest_version": 3,
|
|
"host_permissions": ["<all_urls>"]
|
|
}
|