diff --git a/manifest.json b/manifest.json index 8ed7a7b..04e8b80 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,8 @@ "all_frames": true, "matches": [ "" ], "js": [ "build/content.js" ], - "run_at": "document_end" + "run_at": "document_end", + "match_about_blank": true } ], "background": {