From 73f8472eeca07250dea9ea789e612f4a27d4ce5c Mon Sep 17 00:00:00 2001 From: lolcat Date: Sun, 7 Sep 2025 14:26:51 -0400 Subject: re-added solofield, added mullvad for brave and google --- settings.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'settings.php') diff --git a/settings.php b/settings.php index 75bc373..d680d52 100644 --- a/settings.php +++ b/settings.php @@ -125,6 +125,10 @@ $settings = [ "value" => "brave", "text" => "Brave" ], + [ + "value" => "mullvad_brave", + "text" => "Mullvad (Brave)" + ], [ "value" => "yandex", "text" => "Yandex" @@ -137,6 +141,10 @@ $settings = [ "value" => "google_cse", "text" => "Google CSE" ], + [ + "value" => "mullvad_google", + "text" => "Mullvad (Google)" + ], [ "value" => "startpage", "text" => "Startpage" @@ -177,6 +185,10 @@ $settings = [ "value" => "coccoc", "text" => "Cốc Cốc" ], + [ + "value" => "solofield", + "text" => "Solofield" + ], [ "value" => "marginalia", "text" => "Marginalia" @@ -231,6 +243,10 @@ $settings = [ "value" => "baidu", "text" => "Baidu" ], + [ + "value" => "solofield", + "text" => "Solofield" + ], [ "value" => "pinterest", "text" => "Pinterest" @@ -308,6 +324,10 @@ $settings = [ [ "value" => "coccoc", "text" => "Cốc Cốc" + ], + [ + "value" => "solofield", + "text" => "Solofield" ] ] ], -- cgit v1.2.3