From 255f4d173e34abc33836c1631cc8b9d023b8d385 Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Sat, 21 Jul 2018 22:08:19 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20duplicated=20=C2=AB=20backgroun?= =?UTF-8?q?d=20=C2=BB=20key=20in=20=C2=AB=20manifest.json=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- generator/template/src/manifest.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/generator/template/src/manifest.json b/generator/template/src/manifest.json index 91df5d5..1232079 100644 --- a/generator/template/src/manifest.json +++ b/generator/template/src/manifest.json @@ -21,10 +21,5 @@ "38": "icons/38.png" }, "default_popup": "popup/popup.html" - }, - "background": { - "scripts": [ - "background.js" - ] } }