mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 23:07:35 +00:00

This both makes them configurable, and means that we can read them from other applications, such as BrowserSettings. :^)
26 lines
577 B
JSON
26 lines
577 B
JSON
[
|
|
{
|
|
"title": "Bing",
|
|
"url_format": "https://www.bing.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": "Yandex",
|
|
"url_format": "https://yandex.com/search/?text={}"
|
|
}
|
|
]
|