From 1faf37435b8037b1a6c6663a434175bc12b37219 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 21 Jun 2019 03:05:45 +0200 Subject: [PATCH] manifest: Removed icons directive --- manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/manifest.json b/manifest.json index 8526092..e5e648a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,9 +6,6 @@ "permissions": [ "activeTab" ], - "icons": { - "128": "icon.png" - }, "background": { "scripts": ["background.js"] },