« 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, 2 insertions, 2 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index d949ee5..2562fc9 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -3,7 +3,7 @@
     "name": "Interactive BGM",
     "version": "1.0",
 
-    "description": "Adds a red border to all webpages matching mozilla.org.",
+    "description": "Adds background music to your browsing.",
 
     "permissions": [
         "activeTab",
@@ -28,7 +28,7 @@
     "content_scripts": [
         {
             "matches": ["<all_urls>"],
-            "js": ["borderify.js"]
+            "js": ["interactive-bgm.js"]
         }
     ],