-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
What problem does this feature solve?
Having the possibility to provide a high-resolution icon and generate all the different icon resolutions for different devices to be used in both the manifest.json
and index.html
What does the proposed API look like?
Input: a simple file picker that can point to a png
file format and should throw a warning if the picture is not of a high enough resolution
Output: by default, it will point to public\img\icons
.
here an example just for a getting an idea: https://www.favicon-generator.org/
mubaidr and sculpt0r