Add purpose to all

This commit is contained in:
Nicolas Mowen 2024-03-12 13:09:46 -06:00
parent fc765a2ae9
commit 4b408470cf

View File

@ -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",