remove asking about webRequestBlocking
This commit is contained in:
parent
df81496b57
commit
1ae4a44a3a
@ -23,7 +23,6 @@
|
|||||||
],
|
],
|
||||||
"optional_permissions": [
|
"optional_permissions": [
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestBlocking",
|
|
||||||
"http://*/*",
|
"http://*/*",
|
||||||
"https://*/*"
|
"https://*/*"
|
||||||
],
|
],
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const perms = {
|
const perms = {
|
||||||
permissions: ["webRequest", "webRequestBlocking"],
|
permissions: ["webRequest"],
|
||||||
origins: ["http://*/*", "https://*/*"],
|
origins: ["http://*/*", "https://*/*"],
|
||||||
}
|
}
|
||||||
export const getReadRequestPermissions = (): typeof perms => perms
|
export const getReadRequestPermissions = (): typeof perms => perms
|
Loading…
Reference in New Issue
Block a user