Add Google and Startpage, make Startpage default search engine

This commit is contained in:
wuggy 2026-09-16 14:05:47 -07:00
commit 040fea8947
3 changed files with 23 additions and 8 deletions

View file

@ -1,7 +1,7 @@
{
"default": {
"visibleDefaultEngines": [
"ddg", "ddg-lite", "yahoo", "bing", "wikipedia"
"startpage", "google-2018", "ddg", "ddg-lite", "yahoo", "bing", "wikipedia"
]
},
"regionOverrides": {
@ -10,7 +10,7 @@
"en-US": {
"default": {
"visibleDefaultEngines": [
"ddg", "ddg-lite", "yahoo", "bing", "wikipedia"
"startpage", "google-2018", "ddg", "ddg-lite", "yahoo", "bing", "wikipedia"
]
}
},