From e56c4f3edf42f7a08c0d3714622eb62a20bf3349 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 5 Jun 2025 23:33:09 +0000 Subject: perf: improve site icon loading --- public/manifest.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json index 725d7ff..b5e1228 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,8 +3,19 @@ "short_name": "popov.link", "icons": [ { + "src": "favicon.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "google-touch-icon.png", "sizes": "512x512", - "src": "google-touch-icon.png" + "type": "image/png" } ], "background_color": "#ffffff", -- cgit v1.2.3