This commit is contained in:
Kyle Spearrin 2016-11-27 00:34:07 -05:00
parent b1ae418d1b
commit 223ef63621
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
"content_scripts": [
{
"all_frames": true,
"js": [ "content/autoFill.js" ],
"js": [ "content/autofill.js" ],
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
"run_at": "document_start"
}