From cb20957171ecab88bb63f5abb7ec02ee2b68327f Mon Sep 17 00:00:00 2001 From: Space-Banane Date: Tue, 17 Feb 2026 17:06:02 +0100 Subject: [PATCH] fix: add missing icons section in metadata.json --- metadata.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index ec842f4..aefe04c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,5 +1,11 @@ { "version": { "license": "MIT" }, "categories": { "firefox": ["shopping"] }, - "requires_payment": false + "requires_payment": false, + "icons": { + "16": "icon.png", + "32": "icon.png", + "48": "icon.png", + "128": "icon.png" + } } \ No newline at end of file