From c14b568bd5d6e98996f5b3fa7a2f6bdcc2292978 Mon Sep 17 00:00:00 2001 From: Thomas Vogt Date: Sun, 12 Feb 2023 12:22:52 +0100 Subject: [PATCH] manifest: Add theme_icon for size 32 --- src/manifest.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index 0919f2d..e12d02a 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -16,6 +16,10 @@ "light": "skin/icon-light.svg", "dark": "skin/icon.svg", "size": 16 + }, { + "light": "skin/icon-light.svg", + "dark": "skin/icon.svg", + "size": 32 }], "default_popup": "content/menu.html" },