diff --git a/manifest.json b/manifest.json index ade01ec..fc32e4f 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,7 @@ "content_scripts": [ { "matches": ["http://*/*", "https://*/*"], + "match_about_blank": true, "run_at": "document_start", "all_frames": true, "js": ["apply.js"]