frigate/web/site.webmanifest

41 lines
881 B
Plaintext
Raw Normal View History

2024-03-12 21:32:00 +03:00
{
2024-03-12 22:00:17 +03:00
"name": "Frigate",
"short_name": "Frigate",
2024-03-12 22:09:46 +03:00
"start_url": "/",
2024-03-12 22:00:17 +03:00
"icons": [
{
"src": "/images/android-chrome-512x512.png",
"sizes": "512x512",
2024-03-12 22:09:46 +03:00
"type": "image/png",
"purpose": "any"
2024-03-12 22:00:17 +03:00
},
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
2024-03-12 22:09:46 +03:00
"type": "image/png",
"purpose": "any"
2024-03-12 22:00:17 +03:00
},
{
"src": "/images/favicon-32x32.png",
"sizes": "32x32",
2024-03-12 22:09:46 +03:00
"type": "image/png",
"purpose": "any"
2024-03-12 22:00:17 +03:00
},
{
"src": "/images/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png",
"purpose": "apple touch icon"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}