From 2cda13832677646e5dd482d568d9d2bb5b6ac7ac Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 29 Sep 2016 20:20:49 -0400 Subject: [PATCH] remove field and popup overlay content scripts from manifest for now --- src/manifest.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index e34c791214..8dda68786c 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": {