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
177 stars 16 forks source link

moz:SearchForm support? #65

Closed rimas-kudelis closed 3 months ago

rimas-kudelis commented 3 months ago

According to MDN, Firefox supports a non-standard moz:SearchForm element in the OpenSearch XML. MDN doesn't document this element, but, according to devdoc, it's supposed to provide "The URL to go to to open up the search page at the site for which the plugin is designed to search."

Have you considered adding support for this in your extension?

evilpie commented 3 months ago

As far as I know Firefox doesn't support this element anymore.

rimas-kudelis commented 3 months ago

I see. Well, that wouldn't be surprising, seeing how they decided to scale down their OpenSearch support five years ago.