frigate/web/site.webmanifest

19 lines
404 B
Plaintext
Raw Normal View History

2024-03-12 21:32:00 +03:00
{
"name": "Frigate",
"short_name": "Frigate",
"icons": [
{
"src": "/images/mstile-150x150.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}