diff options
| author | Valentin Popov <valentin@popov.link> | 2025-06-06 02:33:09 +0300 | 
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2025-06-06 02:33:09 +0300 | 
| commit | e56c4f3edf42f7a08c0d3714622eb62a20bf3349 (patch) | |
| tree | dd39c403912a7704fb6cefa3d156eb79b759ad14 /public | |
| parent | e9612c756b0800d76560d6f5c685dee75f11e1c8 (diff) | |
| download | popov.link-e56c4f3edf42f7a08c0d3714622eb62a20bf3349.tar.xz popov.link-e56c4f3edf42f7a08c0d3714622eb62a20bf3349.zip | |
perf: improve site icon loading
Diffstat (limited to 'public')
| -rw-r--r-- | public/manifest.json | 13 | 
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", | 
