SearXNG is a free Internet metasearch engine that aggregates results from various search services and databases. Users are not tracked or profiled.
SearXNG is a fork of SearX.
Original SearXNG repository on GitHub.
SearXNG instances - you can use other instances of the SearXNG search engine (for this you will need to fork the repository and replace the link for the search query in manifest.json).
Extension use manifest.json settings which change your main search engine.
Example:
Default settings
{
"chrome_settings_overrides": {
"search_provider": {
"search_url": "https://example.com/search?q={searchTerms}"
}
}
}With addon
{
"chrome_settings_overrides": {
"search_provider": {
"search_url": "https://searx.be/search?q={searchTerms}"
}
}
}It means that your browser starts to use second link when you make search request.
If you want use SearXNG as support to main search engine do this:
@searxng, @searx, @sx if you want use SearXNG when you make requestErghel - main contributor.
Rodion Borisov - found "suggestion_url" and etc.
Ivan Muzyka - found icons and etc.