immich/web/static/manifest.json
2026-03-02 11:35:53 +00:00

45 lines
884 B
JSON

{
"background_color": "#ffffff",
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"dir": "auto",
"display": "standalone",
"icons": [
{
"purpose": "any",
"sizes": "192x192",
"src": "manifest-icon-192.maskable.png",
"type": "image/png"
},
{
"purpose": "any",
"sizes": "512x512",
"src": "manifest-icon-512.maskable.png",
"type": "image/png"
},
{
"purpose": "maskable",
"sizes": "512x512",
"src": "manifest-icon-512.maskable.png",
"type": "image/png"
}
],
"lang": "en",
"name": "Immich",
"short_name": "Immich",
"shortcuts": [
{
"name": "Photos",
"url": "/photos"
},
{
"name": "Albums",
"url": "/albums"
},
{
"name": "Map",
"url": "/map"
}
],
"start_url": "/"
}