iris webmanifest img url fix

This commit is contained in:
Martti Malmi 2023-10-04 16:17:22 +03:00
parent 88d5ff73e0
commit 89982793ed

View File

@ -5,24 +5,24 @@
"id": "/",
"icons": [
{
"src": "/public/iris/android-chrome-192x192.png",
"src": "/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/public/iris/android-chrome-512x512.png",
"src": "/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/public/iris/maskable_icon.png",
"src": "/img/maskable_icon.png",
"sizes": "640x640",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/public/iris/maskable_icon_x192.png",
"src": "/img/maskable_icon_x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"