1
Fork 0
photoview/ui/src/manifest.webmanifest

24 lines
472 B
Plaintext
Raw Normal View History

2020-05-10 19:19:22 +02:00
{
"name": "Photoview",
"short_name": "Photoview",
"description": "Photo gallery for self-hosted personal servers",
"start_url": "/",
"display": "standalone",
"theme_color": "black",
"background_color": "white",
"icons": [
{
2021-02-25 13:37:45 +01:00
"src": "/assets/logo192.png",
2020-05-10 19:19:22 +02:00
"sizes": "192x192"
},
{
2021-02-25 13:37:45 +01:00
"src": "/assets/logo512.png",
2020-05-10 19:19:22 +02:00
"sizes": "512x512"
},
{
2021-02-25 13:37:45 +01:00
"src": "/assets/photoview-logo.svg",
2020-05-10 19:19:22 +02:00
"sizes": "150x150"
}
]
}