diff options
| author | lolcat <will@lolcat.ca> | 2024-09-01 10:52:28 -0400 |
|---|---|---|
| committer | lolcat <will@lolcat.ca> | 2024-09-01 10:52:28 -0400 |
| commit | 1a5a653be348b3e3823c7c5620cdc1f7cfc87072 (patch) | |
| tree | aca6e0ec33d61ec9b9c8be7357ec471b3ef41a23 /settings.php | |
| parent | 3b353c28372541dbe8789c48446ffbcbb8fc4050 (diff) | |
added ghostery search
Diffstat (limited to 'settings.php')
| -rw-r--r-- | settings.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/settings.php b/settings.php index 046e7c7..12f607f 100644 --- a/settings.php +++ b/settings.php @@ -92,6 +92,10 @@ $settings = [ "text" => "Qwant" ], [ + "value" => "ghostery", + "text" => "Ghostery" + ], + [ "value" => "yep", "text" => "Yep" ], @@ -138,6 +142,10 @@ $settings = [ "text" => "Qwant" ], [ + "value" => "ghostery", + "text" => "Ghostery" + ], + [ "value" => "yep", "text" => "Yep" ], |
