mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
d565a684a1
* add apple specific icons so it can be added to homescreen * remove jpg icons * change background color to white --------- Co-authored-by: faupau03 <paul.paffe@gmx.net>
36 lines
740 B
JSON
36 lines
740 B
JSON
{
|
|
"name": "Immich",
|
|
"short_name": "Immich",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"icons": [
|
|
{
|
|
"src": "manifest-icon-192.maskable.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "manifest-icon-192.maskable.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "manifest-icon-512.maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "manifest-icon-512.maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
|
|
"lang": "en"
|
|
}
|