mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:47:35 +00:00
Browser: Add Brave and Mojeek to search engines
This commit is contained in:
parent
d348eaf305
commit
b1ed151c9c
1 changed files with 8 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
"title": "Bing",
|
"title": "Bing",
|
||||||
"url_format": "https://www.bing.com/search?q={}"
|
"url_format": "https://www.bing.com/search?q={}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Brave",
|
||||||
|
"url_format": "https://search.brave.com/search?q={}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "DuckDuckGo",
|
"title": "DuckDuckGo",
|
||||||
"url_format": "https://duckduckgo.com/?q={}"
|
"url_format": "https://duckduckgo.com/?q={}"
|
||||||
|
@ -19,6 +23,10 @@
|
||||||
"title": "Google",
|
"title": "Google",
|
||||||
"url_format": "https://google.com/search?q={}"
|
"url_format": "https://google.com/search?q={}"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Mojeek",
|
||||||
|
"url_format": "https://www.mojeek.com/search?q={}"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Yandex",
|
"title": "Yandex",
|
||||||
"url_format": "https://yandex.com/search/?text={}"
|
"url_format": "https://yandex.com/search/?text={}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue