Fix PWA on Chromium browsers

pull/105/head
joao-m-santos 2024-04-12 18:13:40 +02:00 committed by Samuel H
parent d2ebb499d8
commit 0de816cbfb
2 changed files with 5 additions and 0 deletions

BIN
logo512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@ -11,6 +11,11 @@
"src": "./logo.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "./logo512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}