aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest.json3
1 files changed, 2 insertions, 1 deletions
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": [ "<all_urls>" ],
"js": [ "build/content.js" ],
- "run_at": "document_end"
+ "run_at": "document_end",
+ "match_about_blank": true
}
],
"background": {