webianproject / shell

Webian Shell - A graphical shell for the web (desktop version)
http://webian.org/shell
GNU General Public License v3.0
136 stars 25 forks source link

Support all web app icons with "any" purpose #226

Closed benfrancis closed 4 years ago

benfrancis commented 4 years ago

Currently WebApp.js filters out icons with a purpose of "badge" or "monochrome", but it's possible for an icon to specify "any maskable" for example, which the getBestIconUrl algorithm would exclude.

The algorithm needs updating to only exclude an icon which has an explicit purpose if it doesn't also specify "many".

Reported in https://github.com/w3c/manifest/issues/925#issuecomment-662247479