From 70b752f9be664b01c858eea7a1a0f62c0cb7f1fb Mon Sep 17 00:00:00 2001 From: Leo Heitmann Ruiz Date: Sun, 30 Jun 2024 13:14:39 +0200 Subject: [PATCH] Add "missing" icon size for Firefox --- dist/manifest_firefox.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/manifest_firefox.json b/dist/manifest_firefox.json index f668c5b..47b2e87 100644 --- a/dist/manifest_firefox.json +++ b/dist/manifest_firefox.json @@ -6,6 +6,7 @@ "author": "KeePassXC Team", "icons": { "16": "icons/keepassxc.svg", + "32": "icons/keepassxc.svg", "48": "icons/keepassxc.svg", "64": "icons/keepassxc.svg", "96": "icons/keepassxc.svg",