mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
29 lines
595 B
Plaintext
29 lines
595 B
Plaintext
|
{
|
||
|
"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"
|
||
|
},
|
||
|
{
|
||
|
"src": "/images/apple-touch-icon.png",
|
||
|
"sizes": "180x180",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#ffffff",
|
||
|
"background_color": "#ffffff",
|
||
|
"display": "standalone"
|
||
|
}
|