From 1bba083f4d0a64b692343c14f568bcb3dc726c13 Mon Sep 17 00:00:00 2001 From: josc146 Date: Thu, 27 Apr 2023 22:52:08 +0800 Subject: [PATCH] chore: set background persistent to false --- src/manifest.v2.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/manifest.v2.json b/src/manifest.v2.json index b036eba..19ffa18 100644 --- a/src/manifest.v2.json +++ b/src/manifest.v2.json @@ -26,7 +26,8 @@ "background": { "scripts": [ "background.js" - ] + ], + "persistent": false }, "browser_action": { "default_popup": "popup.html?popup=true"