- From: Dominick Ng <notifications@github.com>
- Date: Tue, 17 Aug 2021 16:16:17 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 August 2021 23:16:29 UTC
As @EiraGe mentioned, Chrome on Android downloads precisely one icon - the best fit icon - and uses the `sizes` member to determine which one that should be in order to minimize network usage. As @NotWoods says, having `sizes` also allows the browser to fast fail if there is no icon available that meets installation requirements, rather than having to download all of them and check. And as @kenchris says, `sizes` is particularly helpful for specifying when SVG icons should be used and when more pixel-optimised icons should be used (which is difficult to infer directly from the intrinsic size data of the icon). -- 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/997#issuecomment-900692964
Received on Tuesday, 17 August 2021 23:16:29 UTC