[w3c/manifest] Too many icons (#587)

I think that the current state of the specification is unnecessarily complex.

You can define multiple icons, and you also have to manually type the size of each icon in the manifest. 

First. I think the size should be removed. The size can be obtained by the user-agent by actually downloading the icon. In time of streaming of 4K videos it should not be a big deal.

Next, I think that multiple icons are not necessary. The author should provide just a single icon in any (but usually high) resolution and the user agent will adapt it according to the actual needs of the device. Having the possibility of multiple icons is confusing. App makers will not be sure which dimensions should they have. And user agents will be confused, which resolution to use, when the required is not present. And trying to define a "must-have" icon of e.g. 128x128px is also wrong from a long-time perspective.

For example, I use 512x512 px icon for my webapp Photopea: https://www.photopea.com/pp_icon.png , which is just 10 kB.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/587

Received on Monday, 26 June 2017 08:33:21 UTC