diff --git a/manifest.json b/manifest.json index 7926581..cc9dc9c 100644 --- a/manifest.json +++ b/manifest.json @@ -21,7 +21,7 @@ "content_scripts": [ { "matches": ["https://*/*"], - "js": ["background.js"] + "js": ["content.js"] } ] }