diff --git a/manifest.json b/manifest.json index d395488d..7eef12fb 100644 --- a/manifest.json +++ b/manifest.json @@ -21,6 +21,7 @@ { "matches": ["http://*/*", "https://*/*", "file:///*"], "run_at": "document_start", + "match_about_blank": true, "all_frames": true, "js": ["apply.js"] },