frigate/web/site.webmanifest

35 lines
783 B
Plaintext
Raw Normal View History

{
2025-12-23 18:29:44 +03:00
"name": "Dienst-NVR",
"short_name": "Dienst-NVR",
"start_url": "/BASE_PATH/",
"icons": [
{
"src": "/BASE_PATH/images/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/BASE_PATH/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/BASE_PATH/images/maskable-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/BASE_PATH/images/maskable-badge.png",
"sizes": "96x96",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}