2024-03-12 20:58:29 -05: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 08:41:24 -05:00
|
|
|
"src": "/images/maskable-icon.png",
|
2024-03-12 20:58:29 -05:00
|
|
|
"sizes": "180x180",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2024-07-22 15:39:15 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/images/maskable-badge.png",
|
|
|
|
"sizes": "96x96",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
2024-03-12 20:58:29 -05:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"theme_color": "#ffffff",
|
|
|
|
"background_color": "#ffffff",
|
|
|
|
"display": "standalone"
|
|
|
|
}
|