aboutsummaryrefslogtreecommitdiffstats
path: root/extension/manifest.json
diff options
context:
space:
mode:
authorOmar Rizwan <omar@omar.website>2020-12-22 16:36:09 -0800
committerOmar Rizwan <omar@omar.website>2020-12-22 16:36:09 -0800
commitde9a792a2113ca48458d5142f2cd06353419793c (patch)
tree7131e9c79377f09a8f6ffedac56b6c2f17ccc365 /extension/manifest.json
parent9e23fc59fc8fb3ee94aca07e2a2f7fa5d309df06 (diff)
start adding extensions/ folder. fix up js tests
some hacks to start working on clearing old scriptParsed entries
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 5b742d7..99ae190 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -6,7 +6,7 @@
"version": "1.0",
"permissions": [
- "tabs", "tabCapture", "debugger", "nativeMessaging",
+ "tabs", "tabCapture", "debugger", "nativeMessaging", "management",
"unlimitedStorage",
"*://*/*"
],