« get me outta code hell

Upload/delete tracks - 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:
authorFlorrie <towerofnix@gmail.com>2019-03-23 12:05:04 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-23 12:05:04 -0300
commit213ef476d5aa27e3590754da52ff1e8c0b48cc38 (patch)
treef87f5ad7e20a9b6d7ba4c5ea38b6e4639f92b57e /extension/manifest.json
parent29e9b65926ee3062f7490e247dd7971e9de23a52 (diff)
Upload/delete tracks
Diffstat (limited to 'extension/manifest.json')
-rw-r--r--extension/manifest.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 2562fc9..7dbf537 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -8,6 +8,7 @@
     "permissions": [
         "activeTab",
         "nativeMessaging",
+        "notifications",
         "storage",
         "tabs"
     ],