[TODO] Fetch and display favicons
bengarrett opened this issue · 0 comments
bengarrett commented
- Fetch and display the favicon of the host web server when rendering a text document.
- 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.