Source Code added
This commit is contained in:
parent
800376eafd
commit
9efa9bc6dd
3912 changed files with 754770 additions and 2 deletions
35
web/static/manifest.json
Normal file
35
web/static/manifest.json
Normal 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": "/"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue