Fix PWA not working on firefox because of wrong icon sizes

This commit is contained in:
nogafam.es Admin 2021-10-10 15:56:22 +02:00
parent 8c6ef9bae2
commit 2d493f5d5f
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
{ {
"src": "img/favicon.png", "src": "img/favicon.png",
"type": "image/png", "type": "image/png",
"sizes": "153x152" "sizes": "256x256"
}, },
{ {
"src": "img/pixelfed-icon-color.svg", "src": "img/pixelfed-icon-color.svg",
"type": "image/svg", "type": "image/svg",
"sizes": "50x50" "sizes": "128x128"
} }
] ]
} }