bengarrett/RetroTxt

[TODO] Fetch and display favicons

bengarrett opened this issue · 0 comments

  1. Fetch and display the favicon of the host web server when rendering a text document.
  2. Use a generic RetroTxt favicon when no favicon exists or when the file:/// protocol is in use.

A favicon (short for "favorite icon") is a small icon that is displayed in the browser's address bar. Favicons are typically used to identify and differentiate websites. This article describes how to retrieve a website’s favicon in a Manifest V3 extension.

https://developer.chrome.com/docs/extensions/mv3/favicon/