23 lines
753 B
JSON
23 lines
753 B
JSON
{
|
|
"manifest_version": 2,
|
|
"version": "1.1.1",
|
|
"name": "SearXNG (searxng.juustodiilerit.fi)",
|
|
"short_name": "SearXNG",
|
|
"author": "zeraye (original for priv.au instance), Tanguy Gérôme",
|
|
"description": "Add SearXNG to search engine list.",
|
|
"icons": {
|
|
"16": "images/searxng-wordmark.svg",
|
|
"128": "images/searxng-wordmark.svg"
|
|
},
|
|
"chrome_settings_overrides": {
|
|
"search_provider": {
|
|
"name": "SearXNG",
|
|
"keyword": "searx, searxng",
|
|
"search_url": "https://searxng.juustodiilerit.fi/search?q={searchTerms}",
|
|
"favicon_url": "images/searxng-wordmark.svg",
|
|
"suggest_url": "https://searxng.juustodiilerit.fi/autocompleter?q={searchTerms}",
|
|
"encoding": "UTF-8",
|
|
"is_default": true
|
|
}
|
|
}
|
|
}
|