aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-10 19:58:48 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-11-10 19:58:48 +0900
commit5538ea2ff3bb7c933a5538079a00239eab027b3a (patch)
tree2f54c9642a4eb196acf4d643cd8870cbe2cd9951
parent86b534b1e1de03d51efb9f28cd32296d037f07fc (diff)
support about blank
-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": {