From f8edd9b58b95811ae9f397170ce6eaee8efc646c Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 21 Mar 2026 19:44:48 +0100 Subject: fix(public/manifest.json): Use correct json list --- public/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index 1c89288..1ecb583 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -6,17 +6,17 @@ "src": "./favicon-1024.png", "sizes": "1024x1024", "type": "image/png" - } + }, { "src": "./favicon-512.png", "sizes": "512x512", "type": "image/png" - } + }, { "src": "./favicon-256.png", "sizes": "256x256", "type": "image/png" - } + }, { "src": "./favicon-128.png", "sizes": "128x128", -- cgit 1.4.1