Source Code added

This commit is contained in:
Fr4nz D13trich 2026-02-02 15:06:40 +01:00
parent 800376eafd
commit 9efa9bc6dd
3912 changed files with 754770 additions and 2 deletions

35
web/static/manifest.json Normal file
View file

@ -0,0 +1,35 @@
{
"background_color": "#ffffff",
"description": "Self-hosted photo and video backup solution directly from your mobile phone.",
"display": "standalone",
"icons": [
{
"purpose": "any",
"sizes": "192x192",
"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",
"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",
"start_url": "/"
}