From b56481e8d7cead14cf72a4e0b9d46e4bbcb90fd9 Mon Sep 17 00:00:00 2001 From: josc146 Date: Sun, 14 May 2023 20:06:07 +0800 Subject: [PATCH] chore: persistent true (#326) --- src/manifest.v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.v2.json b/src/manifest.v2.json index cb6fd1b..682c639 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -27,7 +27,7 @@ "scripts": [ "background.js" ], - "persistent": false + "persistent": true }, "browser_action": { "default_popup": "popup.html?popup=true"