aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 61c815a..2621c5e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -8,5 +8,8 @@
"matches": [ "http://*/*", "https://*/*" ],
"js": [ "build/index.js" ]
}
- ]
+ ],
+ "background": {
+ "scripts": ["build/background.js"]
+ }
}