From c4897062affddeab6dcc49dfc9aa06faf97bc058 Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Tue, 17 Feb 2026 17:07:55 +0100 Subject: [PATCH] fix: correct key from "icon" to "icons" in manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 932da91..bc9d66c 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Vinted Favorites Price", "version": "1.3.1", - "icon": { + "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png",