mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-10 13:15:25 +03:00
Add purpose to all
This commit is contained in:
parent
fc765a2ae9
commit
4b408470cf
@ -1,23 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "Frigate",
|
"name": "Frigate",
|
||||||
"short_name": "Frigate",
|
"short_name": "Frigate",
|
||||||
"start_url": "./",
|
"start_url": "/",
|
||||||
"scope": ".",
|
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/images/android-chrome-512x512.png",
|
"src": "/images/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/images/android-chrome-192x192.png",
|
"src": "/images/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/images/favicon-32x32.png",
|
"src": "/images/favicon-32x32.png",
|
||||||
"sizes": "32x32",
|
"sizes": "32x32",
|
||||||
"type": "image/png"
|
"type": "image/png",
|
||||||
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/images/android-chrome-192x192.png",
|
"src": "/images/android-chrome-192x192.png",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user