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