1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 23:07:35 +00:00
serenity/Base/home/anon/.config/SearchEngines.json
Sam Atkins e927048754 Browser: Move search engine definitions to a json file
This both makes them configurable, and means that we can read them from
other applications, such as BrowserSettings. :^)
2021-11-26 22:14:56 +01:00

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={}"
}
]