From 15b2ec31fdede4a5b1be224f97f6228a63a64287 Mon Sep 17 00:00:00 2001 From: David Tejada Date: Sat, 7 May 2022 11:55:00 +0200 Subject: [PATCH] Change icon48.png --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index 8ac9186f..ce9d0aee 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -12,7 +12,7 @@ } }, "icons": { - "48": "./assets/icon128.png", + "48": "./assets/icon48.png", "128": "./assets/icon128.png" }, "permissions": ["storage", "activeTab", "clipboardRead", "clipboardWrite"],