Index: keepassxc-browser/keepassxc-browser/background/background_service.js
===================================================================
--- keepassxc-browser.orig/keepassxc-browser/background/background_service.js	2025-09-25 14:43:19.085108091 +0200
+++ keepassxc-browser/keepassxc-browser/background/background_service.js	2025-09-25 14:43:19.082691730 +0200
@@ -5,8 +5,8 @@
         '../common/browser-polyfill.min.js',
         '../common/global.js',
         '../common/sites.js',
-        'nacl.min.js',
-        'nacl-util.min.js',
+        'nacl.js',
+        'nacl-util.js',
         'client.js',
         'keepass.js',
         'httpauth.js',
Index: keepassxc-browser/dist/manifest_firefox.json
===================================================================
--- keepassxc-browser.orig/dist/manifest_firefox.json	2025-09-25 13:19:58.284504931 +0200
+++ keepassxc-browser/dist/manifest_firefox.json	2025-09-25 14:43:57.140006673 +0200
@@ -34,8 +34,8 @@
             "common/browser-polyfill.min.js",
             "common/global.js",
             "common/sites.js",
-            "background/nacl.min.js",
-            "background/nacl-util.min.js",
+            "background/nacl.js",
+            "background/nacl-util.js",
             "background/client.js",
             "background/keepass.js",
             "background/httpauth.js",
