Add match_about_blank to fix #3

This commit is contained in:
silverwind 2015-01-29 18:56:24 +01:00
parent db18784f84
commit 30b7a03101

View File

@ -20,6 +20,7 @@
"content_scripts": [ "content_scripts": [
{ {
"matches": ["http://*/*", "https://*/*"], "matches": ["http://*/*", "https://*/*"],
"match_about_blank": true,
"run_at": "document_start", "run_at": "document_start",
"all_frames": true, "all_frames": true,
"js": ["apply.js"] "js": ["apply.js"]