diff --git a/dist/manifest_chromium.json b/dist/manifest_chromium.json index 7819814..31ee11f 100755 --- a/dist/manifest_chromium.json +++ b/dist/manifest_chromium.json @@ -159,6 +159,7 @@ "extension_pages": "script-src 'self'" }, "host_permissions": [ + "", "https://*/*", "http://*/*" ], diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index 11ea0a9..ec1584a 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -147,6 +147,7 @@ "content/passkeys.js" ], "permissions": [ + "", "activeTab", "clipboardWrite", "contextMenus", diff --git a/keepassxc-browser/manifest.json b/keepassxc-browser/manifest.json index d1f062c..ba3a080 100755 --- a/keepassxc-browser/manifest.json +++ b/keepassxc-browser/manifest.json @@ -148,6 +148,7 @@ "content/passkeys.js" ], "permissions": [ + "", "activeTab", "clipboardWrite", "contextMenus",