Android web "app" icon is very pixelated
Please confirm the following.
- [x] I checked the existing issues for duplicate problems
- [x] I have tried resolving the issue using the support portal
What browsers are you seeing the problem on?
Chrome (including Arc, Brave, Opera, Vivaldi)
Describe the bug
Steps to reproduce
"install" modrinth via chrome (normally the add site to home screen button)
Expected behavior
the icon for modrinth looks like that on the home/apps screen
Additional context
No response
That's because the site doesn't have a webmanifest so by default Chrome uses the favicon (the icon in the tab) and generally on browsers it's very small and it's not meant to be high resolution.
Easy fix is to add a web manifest specifying to browsers to use another icon instead.
Another thing is that nearly all of the web "app" icons are pixelated
Another thing is that nearly all of the web "app" icons are pixelated
No. All pwa that have pixaled icon it's because they don't have the webmanifest so the browser defaults to the favicon which is very low res.
3 of my pwas with no pixels because I specify the icon in the webmanifest