From 3e2dea8b53105c3c05786538795596eb6aba3001 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Tue, 24 Dec 2024 09:44:30 +0200 Subject: [PATCH] Add all_urls permission to manifest files --- dist/manifest_chromium.json | 1 + dist/manifest_firefox.json | 1 + keepassxc-browser/manifest.json | 1 + 3 files changed, 3 insertions(+) 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",