Merge pull request #149 from ueokande/support-about-blank
support about blank
This commit is contained in:
commit
3af2e3154e
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"matches": [ "<all_urls>" ],
|
"matches": [ "<all_urls>" ],
|
||||||
"js": [ "build/content.js" ],
|
"js": [ "build/content.js" ],
|
||||||
"run_at": "document_end"
|
"run_at": "document_end",
|
||||||
|
"match_about_blank": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"background": {
|
"background": {
|
||||||
|
|
Reference in a new issue