From db89db94317a9dbc82ce19bc7c679b3f5271f536 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 22 Jan 2015 18:33:07 -0800 Subject: [PATCH] Added the icon for chrome://extensions --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index 474b359..a123581 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,11 @@ "tabs", "" ], + "icons": { + "16": "img/webstore-icon.png", + "48": "img/webstore-icon.png", + "128": "img/webstore-icon.png" + }, "content_scripts": [ {