« get me outta code hell

Rule Scope - 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 19:25:26 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-23 19:25:26 -0300
commita55a4500ee8262d4c9c50d7c769ebc8cb742bb93 (patch)
treec9811aa397282453888e1e747c3c028c5262c6af /extension/manifest.json
parente03b677b1d92ee7a0b139c23cb8076c44770e903 (diff)
Rule Scope
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"
     }
 }