aboutsummaryrefslogtreecommitdiffstats
path: root/packages/browser-extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/browser-extension/manifest.json')
-rw-r--r--packages/browser-extension/manifest.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/browser-extension/manifest.json b/packages/browser-extension/manifest.json
index bf3293ca..d7930ee8 100644
--- a/packages/browser-extension/manifest.json
+++ b/packages/browser-extension/manifest.json
@@ -6,7 +6,9 @@
"action": {
"default_popup": "index.html"
},
- "permissions": [
- "storage"
- ]
+ "options_ui": {
+ "page": "index.html#options",
+ "open_in_tab": false
+ },
+ "permissions": ["storage", "activeTab", "tabs"]
}