2024-03-13 02:58:29 +01:00
|
|
|
{
|
|
|
|
"name": "Frigate",
|
|
|
|
"short_name": "Frigate",
|
|
|
|
"start_url": "/",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/images/android-chrome-512x512.png",
|
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/images/android-chrome-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
2024-03-19 14:41:24 +01:00
|
|
|
"src": "/images/maskable-icon.png",
|
2024-03-13 02:58:29 +01:00
|
|
|
"sizes": "180x180",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2024-07-22 22:39:15 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/images/maskable-badge.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2024-03-13 02:58:29 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"theme_color": "#ffffff",
|
|
|
|
"background_color": "#ffffff",
|
|
|
|
"display": "standalone"
|
|
|
|
}
|