From 28c12ce595822f3dfa4bdcdab21c5b314162d542 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Tue, 4 Mar 2025 20:26:54 +0300 Subject: [PATCH] Update manifest.json --- manifest.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 4948a23..8f6a6a7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,10 @@ "background_color": "#ffffff", "theme_color": "#000000", "icons": [ - "src": "/img/icon.ico", - "sizes": "64x64", - "type": "image/x-icon"] + { + "src": "/img/icon.ico", + "sizes": "64x64", + "type": "image/x-icon" + } + ] }