From 3f6bfd573f718577ad17bad22fd18819b3620364 Mon Sep 17 00:00:00 2001 From: Eyal Rozenberg Date: Mon, 7 Sep 2020 13:04:43 +0300 Subject: [PATCH] Corrected icon size value in `manifest.json`. --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 2addf2d1..28e0f46f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -11,7 +11,7 @@ "homepage_url": "http://bidiui.mozdev.org/", "name": "BiDi Mail UI", "icons": { - "32": "chrome/content/bidimailui.png" + "64": "chrome/content/bidimailui.png" }, "description": "The BiDi Mail UI extension provides access to the inherent Bi-Directional capabilities in Mozilla Thunderbird - for message display and composition. It also detects and fixes cases of character encodung ", #expand "version": "__VERSION__",