1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-03 11:44:45 +02:00

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

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": {