mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[PM-5189] Fixing missing permission within manifest v3
This commit is contained in:
@@ -62,7 +62,8 @@
|
|||||||
"scripting",
|
"scripting",
|
||||||
"offscreen",
|
"offscreen",
|
||||||
"webRequest",
|
"webRequest",
|
||||||
"webRequestAuthProvider"
|
"webRequestAuthProvider",
|
||||||
|
"webNavigation"
|
||||||
],
|
],
|
||||||
"optional_permissions": ["nativeMessaging", "privacy"],
|
"optional_permissions": ["nativeMessaging", "privacy"],
|
||||||
"host_permissions": ["<all_urls>"],
|
"host_permissions": ["<all_urls>"],
|
||||||
|
|||||||
Reference in New Issue
Block a user