1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:47:45 +00:00

Browser+BrowserSettings: Migrate to LibWebView for search engines

This commit is contained in:
Timothy Flynn 2023-10-19 15:52:06 -04:00 committed by Tim Flynn
parent b770ed03ac
commit e8d921820a
6 changed files with 65 additions and 92 deletions

View file

@ -1,38 +0,0 @@
[
{
"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={}"
}
]