chore: update PWA support (#26491)

This commit is contained in:
Mees Frensel
2026-03-02 12:35:53 +01:00
committed by GitHub
parent bc4265416d
commit b0c9120bb6
33 changed files with 17 additions and 193 deletions
+15 -6
View File
@@ -1,6 +1,7 @@
{
"background_color": "#ffffff",
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"dir": "auto",
"display": "standalone",
"icons": [
{
@@ -9,12 +10,6 @@
"src": "manifest-icon-192.maskable.png",
"type": "image/png"
},
{
"purpose": "maskable",
"sizes": "192x192",
"src": "manifest-icon-192.maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
@@ -31,5 +26,19 @@
"lang": "en",
"name": "Immich",
"short_name": "Immich",
"shortcuts": [
{
"name": "Photos",
"url": "/photos"
},
{
"name": "Albums",
"url": "/albums"
},
{
"name": "Map",
"url": "/map"
}
],
"start_url": "/"
}