From 95da855ff5637e0dbd1827f1b4398494a35a6d47 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 20 Oct 2024 18:50:52 +0200 Subject: [PATCH] Switch to non-persistent background page. --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index c523f92..efbe47c 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -34,7 +34,7 @@ ], "background": { - "persistent": true, + "persistent": false, "scripts": [ "/nscl/lib/browser-polyfill.js", "/nscl/lib/punycode.js",