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

Enhance favicon support #206

Open benfrancis opened 5 years ago

benfrancis commented 5 years ago

Currently Shell just uses the first icon in the list provided in the page-favicon-updated event by Electron. This is because Electron only provides an array of URLs without any additional metadata to choose between them. The first icon may not necessarily be the best size and type to display, or even be a supported image format.

Enhancing this function requires modifying Electron, or possibly Chromium. See https://github.com/electron/electron/issues/14803