From 0a81bf5bbc7d7a5325633927e2fbfdf5f85777eb Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Fri, 23 Feb 2024 15:10:12 +0000 Subject: [PATCH] fix(extension): make background script persistent to avoid codes disappearing --- extension/manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 62fcf19..1a96795 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -17,7 +17,6 @@ ], "background": { "scripts": ["src/background.js"], - "persistent": false, "type": "module" }, "browser_action": {