diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-20 18:49:43 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-20 18:49:43 +0200 |
commit | da34ec2e4a6fb5534c8d0f103a29cf8ba361b774 (patch) | |
tree | 312e5eea78f91e671431c3b60ef1e0630ba6bdbc /public/static/manifest.json | |
parent | af778e68d90de820535111517270eb7896e5f2cc (diff) |
geolocation.js: It's an accident that this ever worked to begin with
Diffstat (limited to 'public/static/manifest.json')
-rw-r--r-- | public/static/manifest.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/public/static/manifest.json b/public/static/manifest.json index 0709497..648b1e1 100644 --- a/public/static/manifest.json +++ b/public/static/manifest.json @@ -3,27 +3,27 @@ "short_name": "Travelynx", "scope": "/", "icons": [{ - "src": "/static/v94/icons/icon-128x128.png", + "src": "/static/v95/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "/static/v94/icons/icon-144x144.png", + "src": "/static/v95/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png" }, { - "src": "/static/v94/icons/icon-152x152.png", + "src": "/static/v95/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png" }, { - "src": "/static/v94/icons/icon-192x192.png", + "src": "/static/v95/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/static/v94/icons/icon-256x256.png", + "src": "/static/v95/icons/icon-256x256.png", "sizes": "256x256", "type": "image/png" }, { - "src": "/static/v94/icons/icon-512x512.png", + "src": "/static/v95/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" }], |