Merge pull request #26 from silverwind/iframe

Add match_about_blank to fix #3
This commit is contained in:
Jason Barnabe 2015-01-29 12:16:07 -06:00
commit 4c53a199a0

View File

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