mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: update PWA support (#26491)
This commit is contained in:
@@ -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": "/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user