« get me outta code hell

interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 27cafda..d949ee5 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -7,7 +7,9 @@
 
     "permissions": [
         "activeTab",
-        "nativeMessaging"
+        "nativeMessaging",
+        "storage",
+        "tabs"
     ],
 
     "applications": {