aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-06 02:33:09 +0300
committerValentin Popov <valentin@popov.link>2025-06-06 02:33:09 +0300
commite56c4f3edf42f7a08c0d3714622eb62a20bf3349 (patch)
treedd39c403912a7704fb6cefa3d156eb79b759ad14 /public/manifest.json
parente9612c756b0800d76560d6f5c685dee75f11e1c8 (diff)
downloadpopov.link-e56c4f3edf42f7a08c0d3714622eb62a20bf3349.tar.xz
popov.link-e56c4f3edf42f7a08c0d3714622eb62a20bf3349.zip
perf: improve site icon loading
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json13
1 files changed, 12 insertions, 1 deletions
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",