mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
38 lines
861 B
JSON
38 lines
861 B
JSON
[
|
|
{
|
|
"title": "Bing",
|
|
"url_format": "https://www.bing.com/search?q={}"
|
|
},
|
|
{
|
|
"title": "Brave",
|
|
"url_format": "https://search.brave.com/search?q={}"
|
|
},
|
|
{
|
|
"title": "DuckDuckGo",
|
|
"url_format": "https://duckduckgo.com/?q={}"
|
|
},
|
|
{
|
|
"title": "FrogFind",
|
|
"url_format": "https://frogfind.com/?q={}"
|
|
},
|
|
{
|
|
"title": "GitHub",
|
|
"url_format": "https://github.com/search?q={}"
|
|
},
|
|
{
|
|
"title": "Google",
|
|
"url_format": "https://google.com/search?q={}"
|
|
},
|
|
{
|
|
"title": "Mojeek",
|
|
"url_format": "https://www.mojeek.com/search?q={}"
|
|
},
|
|
{
|
|
"title": "Wiby",
|
|
"url_format": "https://wiby.me/?q={}"
|
|
},
|
|
{
|
|
"title": "Yandex",
|
|
"url_format": "https://yandex.com/search/?text={}"
|
|
}
|
|
]
|