aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/browser-extension/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/browser-extension/manifest.json b/packages/browser-extension/manifest.json
index 80e92977..ca33e366 100644
--- a/packages/browser-extension/manifest.json
+++ b/packages/browser-extension/manifest.json
@@ -15,5 +15,5 @@
"page": "index.html#options",
"open_in_tab": false
},
- "permissions": ["storage", "activeTab", "tabs"]
+ "permissions": ["storage", "tabs"]
}