From dafc32a900230b82b5bd081277a56e248a3140aa Mon Sep 17 00:00:00 2001 From: aykutcevik Date: Sat, 24 Feb 2018 23:03:55 +0100 Subject: [PATCH] reverted missing icon --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 98e48ad..e72e6ec 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,7 @@ "version": "1.4", "manifest_version": 2, "icons": { + "48": "img/icon_48.png", "128": "img/icon_128.png", "512": "img/icon_512.png" }, @@ -26,7 +27,7 @@ ], "browser_action": { "default_title": "IDN Safe", - + "default_icon": "img/icon_48.png", "default_popup": "html/popup.html" }, "author": "Aykut Çevik",