diff options
author | sameerasw <[email protected]> | 2025-02-25 15:46:34 +0530 |
---|---|---|
committer | sameerasw <[email protected]> | 2025-02-25 15:46:34 +0530 |
commit | 3e8b7b3cfc273ebe348b4c40d869a456db895c7c (patch) | |
tree | c53af64bb4ed9c895922c31d61a5743b2d16e288 /manifest.json | |
parent | 36cb8d72865b1ab5cbcb008f939d916dfd1d206d (diff) |
no background scripts
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index e4de56c..d3172ce 100644 --- a/manifest.json +++ b/manifest.json @@ -17,10 +17,6 @@ "default_popup": "popup/popup.html", "default_title": "Zen Internet" }, - "background": { - "scripts": ["background.js"], - "persistent": false - }, "content_scripts": [ { "matches": ["<all_urls>"], |