Synced
Re-added solofield, added mullvad for brave and google (73f8472eec) (1cfeabeb7f)
This commit is contained in:
parent
75e03fabda
commit
3dbed952bf
6 changed files with 414 additions and 6 deletions
21
settings.php
21
settings.php
|
|
@ -125,6 +125,11 @@ $settings = [
|
|||
"value" => "brave",
|
||||
"text" => "Brave"
|
||||
],
|
||||
|
||||
[
|
||||
"value" => "mullvad_brave",
|
||||
"text" => "Mullvad (Brave)"
|
||||
],
|
||||
[
|
||||
"value" => "yandex",
|
||||
"text" => "Yandex"
|
||||
|
|
@ -137,6 +142,10 @@ $settings = [
|
|||
"value" => "google_cse",
|
||||
"text" => "Google CSE"
|
||||
],
|
||||
[
|
||||
"value" => "mullvad_google",
|
||||
"text" => "Mullvad (Google)"
|
||||
],
|
||||
[
|
||||
"value" => "startpage",
|
||||
"text" => "Startpage"
|
||||
|
|
@ -177,6 +186,10 @@ $settings = [
|
|||
"value" => "coccoc",
|
||||
"text" => "Cốc Cốc"
|
||||
],
|
||||
[
|
||||
"value" => "solofield",
|
||||
"text" => "Solofield"
|
||||
],
|
||||
[
|
||||
"value" => "marginalia",
|
||||
"text" => "Marginalia"
|
||||
|
|
@ -231,6 +244,10 @@ $settings = [
|
|||
"value" => "baidu",
|
||||
"text" => "Baidu"
|
||||
],
|
||||
[
|
||||
"value" => "solofield",
|
||||
"text" => "Solofield"
|
||||
],
|
||||
[
|
||||
"value" => "pinterest",
|
||||
"text" => "Pinterest"
|
||||
|
|
@ -308,6 +325,10 @@ $settings = [
|
|||
[
|
||||
"value" => "coccoc",
|
||||
"text" => "Cốc Cốc"
|
||||
],
|
||||
[
|
||||
"value" => "solofield",
|
||||
"text" => "Solofield"
|
||||
]
|
||||
]
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue