1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-5189] Fixing missing permission within manifest v3

This commit is contained in:
Cesar Gonzalez
2024-05-01 00:18:50 -05:00
parent e0597f45ac
commit 7994e6072a

View File

@@ -62,7 +62,8 @@
"scripting",
"offscreen",
"webRequest",
"webRequestAuthProvider"
"webRequestAuthProvider",
"webNavigation"
],
"optional_permissions": ["nativeMessaging", "privacy"],
"host_permissions": ["<all_urls>"],