remove field and popup overlay content scripts from manifest for now

This commit is contained in:
Kyle Spearrin 2016-09-29 20:20:49 -04:00
parent f0fd9bbfae
commit 2cda138326
1 changed files with 0 additions and 10 deletions

View File

@ -18,16 +18,6 @@
"js": [ "content/autoFill.js" ],
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
"run_at": "document_start"
},
{
"js": [ "content/overlay.js" ],
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
"run_at": "document_start"
},
{
"js": [ "content/field.js" ],
"matches": [ "http://*/*", "https://*/*", "file:///*" ],
"run_at": "document_start"
}
],
"background": {