From 2f22ec9044a15d35fec89acea08c57755e41e051 Mon Sep 17 00:00:00 2001 From: baterflyrity Date: Thu, 7 Jan 2021 16:53:20 +0300 Subject: [PATCH] Fix icons. --- sources/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/manifest.json b/sources/manifest.json index 5a1b181..4500d58 100644 --- a/sources/manifest.json +++ b/sources/manifest.json @@ -6,7 +6,7 @@ "author": "baterflyrity", "description": "Extension for Firefox that adds button at the end of an address bar. Click this button to scroll page to top and click again to scroll back.", "icons": { - "64": "icons/icon-black-32.png", + "32": "icons/icon-black-32.png", "256": "icons/icon-black-256.png" }, "homepage_url": "https://github.com/baterflyrity/Top-or-last-scroll",