Re-order searchengine-related properties
This commit is contained in:
parent
37850fa2c8
commit
962c67412b
1 changed files with 21 additions and 21 deletions
|
|
@ -70,61 +70,61 @@
|
||||||
"Add": [
|
"Add": [
|
||||||
{
|
{
|
||||||
"Name": "DuckDuckGo Lite",
|
"Name": "DuckDuckGo Lite",
|
||||||
"Alias": "",
|
|
||||||
"Description": "Minimal, ad-free version of DuckDuckGo",
|
"Description": "Minimal, ad-free version of DuckDuckGo",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "POST",
|
||||||
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}",
|
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}",
|
||||||
"PostData": "q={searchTerms}",
|
"PostData": "q={searchTerms}",
|
||||||
"IconURL": "https://duckduckgo.com/favicon.ico",
|
"IconURL": "https://duckduckgo.com/favicon.ico"
|
||||||
"Method": "POST"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Searx",
|
"Name": "Searx",
|
||||||
"Alias": "",
|
|
||||||
"Description": "A privacy-respecting, hackable metasearch engine",
|
"Description": "A privacy-respecting, hackable metasearch engine",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "POST",
|
||||||
"URLTemplate": "https://searx.be/?q={searchTerms}",
|
"URLTemplate": "https://searx.be/?q={searchTerms}",
|
||||||
"PostData": "q={searchTerms}&time_range=&language=en-US&category_general=on",
|
"PostData": "q={searchTerms}&time_range=&language=en-US&category_general=on",
|
||||||
"IconURL": "https://searx.be/favicon.ico",
|
"IconURL": "https://searx.be/favicon.ico"
|
||||||
"Method": "POST"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "StartPage",
|
"Name": "StartPage",
|
||||||
"Alias": "",
|
|
||||||
"Description": "The world's most private search engine",
|
"Description": "The world's most private search engine",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "GET",
|
||||||
"URLTemplate": "https://www.startpage.com/do/search?query={searchTerms}",
|
"URLTemplate": "https://www.startpage.com/do/search?query={searchTerms}",
|
||||||
"IconURL": "https://www.startpage.com/assets/images/logo-180x180.png",
|
"IconURL": "https://www.startpage.com/assets/images/logo-180x180.png"
|
||||||
"Method": "GET"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Jive Search",
|
"Name": "Jive Search",
|
||||||
"Alias": "",
|
|
||||||
"Description": "A search engine that doesn't track you.",
|
"Description": "A search engine that doesn't track you.",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "GET",
|
||||||
"URLTemplate": "https://jivesearch.com/?q={searchTerms}",
|
"URLTemplate": "https://jivesearch.com/?q={searchTerms}",
|
||||||
"IconURL": "https://jivesearch.com/static/icons/favicon.ico",
|
"IconURL": "https://jivesearch.com/static/icons/favicon.ico"
|
||||||
"Method": "GET"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Quant",
|
"Name": "Quant",
|
||||||
"Alias": "",
|
|
||||||
"Description": "The search engine that respects your privacy.",
|
"Description": "The search engine that respects your privacy.",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "GET",
|
||||||
"URLTemplate": "https://www.qwant.com/?q={searchTerms}",
|
"URLTemplate": "https://www.qwant.com/?q={searchTerms}",
|
||||||
"IconURL": "https://www.qwant.com/favicon-196.png",
|
"IconURL": "https://www.qwant.com/favicon-196.png"
|
||||||
"Method": "GET"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "MetaGer",
|
"Name": "MetaGer",
|
||||||
"Alias": "",
|
|
||||||
"Description": "MetaGer: Privacy Protected Search & Find",
|
"Description": "MetaGer: Privacy Protected Search & Find",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "GET",
|
||||||
"URLTemplate": "https://metager.org/meta/meta.ger3?eingabe={searchTerms}",
|
"URLTemplate": "https://metager.org/meta/meta.ger3?eingabe={searchTerms}",
|
||||||
"IconURL": "https://metager.org/favicon.ico",
|
"IconURL": "https://metager.org/favicon.ico"
|
||||||
"Method": "GET"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Invidious",
|
"Name": "Invidious",
|
||||||
"Alias": "",
|
|
||||||
"Description": "Invidious is an alternative front-end to YouTube",
|
"Description": "Invidious is an alternative front-end to YouTube",
|
||||||
|
"Alias": "",
|
||||||
|
"Method": "GET",
|
||||||
"URLTemplate": "https://invidio.us/search?q={searchTerms}",
|
"URLTemplate": "https://invidio.us/search?q={searchTerms}",
|
||||||
"IconURL": "https://invidio.us/favicon-32x32.png",
|
"IconURL": "https://invidio.us/favicon-32x32.png"
|
||||||
"Method": "GET"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue