summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorsameerasw <[email protected]>2025-02-25 15:46:34 +0530
committersameerasw <[email protected]>2025-02-25 15:46:34 +0530
commit3e8b7b3cfc273ebe348b4c40d869a456db895c7c (patch)
treec53af64bb4ed9c895922c31d61a5743b2d16e288 /manifest.json
parent36cb8d72865b1ab5cbcb008f939d916dfd1d206d (diff)
no background scripts
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
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>"],