An open API service indexing awesome lists of open source software.

https://github.com/blackglory/favicon-detector

🌳 A simple way to detect website icons.
https://github.com/blackglory/favicon-detector

chrome-extension edge-extension firefox-addon manifest-v3 typescript

Last synced: about 1 month ago
JSON representation

🌳 A simple way to detect website icons.

Awesome Lists containing this project

README

          

# Favicon Detector
![favicon-detector-logo]

A simple way to detect website icons based on [parse-favicon] library.

[favicon-detector-logo]: src/assets/images/icon-128.png
[parse-favicon]: https://github.com/BlackGlory/parse-favicon

## Supported browsers and platforms
- [x] [Chrome]
- [x] [Edge]
- [x] [Firefox] (old version [#11])

[Chrome]: https://chrome.google.com/webstore/detail/jlfeffjhgmgblofcgpbgpkkhfniipejm
[Firefox]: https://addons.mozilla.org/firefox/addon/favicon-detector/
[Edge]: https://microsoftedge.microsoft.com/addons/detail/favicon-detector/kmlcolmkcjbpagopgiojkflkejfnnjbm
[#11]: https://github.com/BlackGlory/favicon-detector/issues/11

## Build
```sh
yarn install
yarn build
```