« 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.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/manifest.json b/extension/manifest.json
index 7dbf537..dde69a4 100644
--- a/extension/manifest.json
+++ b/extension/manifest.json
@@ -34,6 +34,6 @@
     ],
 
     "background": {
-        "scripts": ["background.js"]
+        "page": "background.html"
     }
 }