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/apple-touch-icon.png",
|
|
|
|
|
"sizes": "180x180",
|
|
|
|
|
"type": "image/png",
|
2024-03-12 23:07:11 +03:00
|
|
|
"purpose": "maskable"
|
2024-03-12 22:00:17 +03:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"theme_color": "#ffffff",
|
|
|
|
|
"background_color": "#ffffff",
|
|
|
|
|
"display": "standalone"
|
|
|
|
|
}
|