diff --git a/src/manifest.json b/src/manifest.json index e34c7912..8dda6878 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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": {