mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
remove field and popup overlay content scripts from manifest for now
This commit is contained in:
parent
f0fd9bbfae
commit
2cda138326
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user