« get me outta code hell

Remove trace of old borderify demo - 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
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-03-22 21:21:16 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-22 21:21:16 -0300
commit893c6c3cc80544085efb839e6a8cb847a87d0357 (patch)
treeff9ea85e0b88d4c44f76fa8b53d8cad14bb4ef64 /extension
parentcbe12928f46fbea07364f46d0b15497e97ff4207 (diff)
Remove trace of old borderify demo
Diffstat (limited to 'extension')
-rw-r--r--extension/interactive-bgm.js (renamed from extension/borderify.js)0
-rw-r--r--extension/manifest.json4
2 files changed, 2 insertions, 2 deletions
diff --git a/extension/borderify.js b/extension/interactive-bgm.js
index 032dc19..032dc19 100644
--- a/extension/borderify.js
+++ b/extension/interactive-bgm.js
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"]
         }
     ],