From 0be9d9157eb4e03ab402272b6bc5a89329c20685 Mon Sep 17 00:00:00 2001 From: Libor Polčák Date: Sep 15 2023 13:35:34 +0000 Subject: Bugfix: Fix chrome background sha256 script path This should have been a part of the previous commit --- diff --git a/chrome/manifest.json b/chrome/manifest.json index 0dddbb5..df7bce6 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -3,7 +3,7 @@ "background": { "scripts": [ "nscl/lib/browser-polyfill.js", - "nscl/lib/sha256.js", + "lib/sha256.js", "nscl/common/log.js", "nscl/common/uuid.js", "nscl/common/SyncMessage.js",