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"