Index: keepassxc-browser/keepassxc-browser/manifest.json
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/manifest.json	2024-08-12 18:38:42.753477251 +0200
+++ keepassxc-browser/keepassxc-browser/manifest.json	2024-08-12 18:38:42.749478073 +0200
@@ -32,7 +32,7 @@
     },
     "background": {
         "scripts": [
-            "common/browser-polyfill.min.js",
+            "common/browser-polyfill.js",
             "common/global.js",
             "common/sites.js",
             "background/nacl.js",
@@ -57,7 +57,7 @@
                 "file:///*.xml*"
             ],
             "js": [
-                "common/browser-polyfill.min.js",
+                "common/browser-polyfill.js",
                 "common/global.js",
                 "common/sites.js",
                 "content/ui.js",
Index: keepassxc-browser/keepassxc-browser/options/options.html
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/options/options.html	2024-08-12 18:38:42.753477251 +0200
+++ keepassxc-browser/keepassxc-browser/options/options.html	2024-08-12 18:38:42.749478073 +0200
@@ -11,7 +11,7 @@
     <link rel="icon" type="image/png" href="../icons/keepassxc_32x32.png" sizes="32x32">
     <link rel="icon" type="image/png" href="../icons/keepassxc_64x64.png" sizes="64x64">
     <link rel="icon" type="image/png" href="../icons/keepassxc_96x96.png" sizes="96x96">
-    <script src="../common/browser-polyfill.min.js"></script>
+    <script src="../common/browser-polyfill.js"></script>
     <script src="../common/global.js"></script>
     <script src="../common/global_ui.js"></script>
     <script src="../common/sites.js"></script>
Index: keepassxc-browser/keepassxc-browser/options/shortcuts.html
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/options/shortcuts.html	2024-08-12 18:38:42.753477251 +0200
+++ keepassxc-browser/keepassxc-browser/options/shortcuts.html	2024-08-12 18:38:42.749478073 +0200
@@ -10,7 +10,7 @@
     <link rel="icon" type="image/png" href="../icons/keepassxc_32x32.png" sizes="32x32">
     <link rel="icon" type="image/png" href="../icons/keepassxc_64x64.png" sizes="64x64">
     <link rel="icon" type="image/png" href="../icons/keepassxc_96x96.png" sizes="96x96">
-    <script src="../common/browser-polyfill.min.js"></script>
+    <script src="../common/browser-polyfill.js"></script>
     <script src="../bootstrap/bootstrap.js"></script>
     <script defer src="../common/global.js"></script>
     <script defer src="shortcuts.js"></script>
Index: keepassxc-browser/keepassxc-browser/popups/popup.html
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/popups/popup.html	2024-08-12 18:38:42.753477251 +0200
+++ keepassxc-browser/keepassxc-browser/popups/popup.html	2024-08-12 18:38:42.749478073 +0200
@@ -7,7 +7,7 @@
     <link rel="stylesheet" href="popup.css">
     <link rel="stylesheet" href="../bootstrap/bootstrap.css">
     <link rel="stylesheet" href="../fonts/fork-awesome.min.css">
-    <script src="../common/browser-polyfill.min.js"></script>
+    <script src="../common/browser-polyfill.js"></script>
     <script src="../common/global.js"></script>
     <script src="../common/global_ui.js"></script>
     <script src="../bootstrap/bootstrap.js"></script>
Index: keepassxc-browser/keepassxc-browser/popups/popup_httpauth.html
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/popups/popup_httpauth.html	2024-08-12 18:38:42.753477251 +0200
+++ keepassxc-browser/keepassxc-browser/popups/popup_httpauth.html	2024-08-12 18:38:42.753477251 +0200
@@ -7,7 +7,7 @@
     <link rel="stylesheet" href="popup.css">
     <link rel="stylesheet" href="../bootstrap/bootstrap.css">
     <link rel="stylesheet" href="../fonts/fork-awesome.min.css">
-    <script src="../common/browser-polyfill.min.js"></script>
+    <script src="../common/browser-polyfill.js"></script>
     <script src="../common/global.js"></script>
     <script src="../common/global_ui.js"></script>
     <script src="../bootstrap/bootstrap.js"></script>
Index: keepassxc-browser/keepassxc-browser/popups/popup_login.html
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/popups/popup_login.html	2024-08-12 18:38:42.753477251 +0200
+++ keepassxc-browser/keepassxc-browser/popups/popup_login.html	2024-08-12 18:38:42.753477251 +0200
@@ -7,7 +7,7 @@
     <link rel="stylesheet" href="popup.css">
     <link rel="stylesheet" href="../bootstrap/bootstrap.css">
     <link rel="stylesheet" href="../fonts/fork-awesome.min.css">
-    <script src="../common/browser-polyfill.min.js"></script>
+    <script src="../common/browser-polyfill.js"></script>
     <script src="../common/global.js"></script>
     <script src="../common/global_ui.js"></script>
     <script src="../bootstrap/bootstrap.js"></script>
