Custom Icons for web link apps
Solved
Feature Requests
-
Favicons just are't reliable enough for these new (7.3+) web link apps. Eg:
May as well make them editable too please:
-
@marcusquinn this is already there, you can click on the icon in the configure view and upload a new one.
-
Since there are quite a few different standards and some pages use their own paradigm, fetching an icon is not a trivial task. Already we code which attempts different ones. In your case the issue is, they specify multiple favicons with the same tag and attributes, where our code happens to pick the smallest one pixel wise. Have to see how we can maybe make this more robust by maybe trying to guess from the filename which one is more useful there.
-
-