diff --git a/manifest.json b/manifest.json index 1e1c438..37c061b 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,12 @@ "action": { "default_popup": "popup.html" }, - + "content_scripts": [ + { + "matches": [""], + "js": ["content.js"] + } + ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }