diff options
author | Florrie <towerofnix@gmail.com> | 2019-03-22 21:21:16 -0300 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2019-03-22 21:21:16 -0300 |
commit | 893c6c3cc80544085efb839e6a8cb847a87d0357 (patch) | |
tree | ff9ea85e0b88d4c44f76fa8b53d8cad14bb4ef64 /extension | |
parent | cbe12928f46fbea07364f46d0b15497e97ff4207 (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.json | 4 |
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"] } ], |