From 8f92a44e4b40d892b4e70109d8eca17516bbf3e1 Mon Sep 17 00:00:00 2001 From: Joe Jarvis Date: Fri, 30 Aug 2019 20:07:01 -0400 Subject: [PATCH] Fix icon size in manifest --- extension/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/manifest.json b/extension/manifest.json index 8878210..f8d98c8 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -23,7 +23,7 @@ { "light": "icons/icon-light.png", "dark": "icons/icon.png", - "size": 16 + "size": 96 } ] },