You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first one is legacy ico with 32 px size. It should be first.
The second is the legacy icon for Apple devices.
The last one is a universal SVG image for any size. It should be last because browsers work that way.
Some issues exist with the web manifest file. They can be visible in Chrome Dev Tools, Application section, Manifest tab.
As you can see properties name, short_name, and URL are absent and the browser is warning us about this.
I've been exploring the use of these properties - mobile apps use them to create shortcuts, but also on the home screen, etc.
Also there is missing one icon rendition. This is an innovation of 2024. This is 512×512 maskable icon for different Android launchers.
Some resources will be useful for fixing this issue:
The text was updated successfully, but these errors were encountered: