mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
remove field and popup overlay content scripts from manifest for now
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user