diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-12 18:17:19 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 18:17:19 +0900 |
commit | 3af2e3154ed6b56400d02fc3d726bfc7186f372a (patch) | |
tree | a4536867e9fbe6f19a737c79e1ac742fddf836c7 /manifest.json | |
parent | 0630c8f56664ac48f4cf8799dc1d88a6388957a6 (diff) | |
parent | 5538ea2ff3bb7c933a5538079a00239eab027b3a (diff) |
Merge pull request #149 from ueokande/support-about-blank
support about blank
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 3 |
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": { |