evilpie / add-custom-search-engine

Add a custom search engine to the list of available search engines in Firefox
https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/
Mozilla Public License 2.0
173 stars 13 forks source link

get Name and Icon from Search URL #6

Closed 532910 closed 5 years ago

532910 commented 5 years ago

addon should get Name and Icon from Search URL, like https://github.com/soufianesakhi/firefox-search-engines-helper does

evilpie commented 5 years ago

We already add the favicon.ico URL, this extension uses https://www.google.com/s2/favicons?domain=, which is a Google service so I won't use that.

They also out-fill the name based on just the URL. I don't think this very useful, people can just enter this themselves.