aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index 7c60cdd..216023b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"content_scripts": [
{
"matches": [ "http://*/*", "https://*/*" ],
- "js": [ "build/index.js" ]
+ "js": [ "build/content.js" ]
}
],
"background": {