feat: add ddg as default in arkenfox
This commit is contained in:
parent
81d92fe9a0
commit
7431913881
1 changed files with 36 additions and 1 deletions
|
|
@ -58,5 +58,40 @@
|
||||||
"FeatureRecommendations": false,
|
"FeatureRecommendations": false,
|
||||||
"SkipOnboarding": false
|
"SkipOnboarding": false
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
"SearchEngines": {
|
||||||
|
"Add": [
|
||||||
|
{
|
||||||
|
"Name": "DuckDuckGo Lite",
|
||||||
|
"Alias": "dl",
|
||||||
|
"Description": "Minimal, ad-free version of DuckDuckGo",
|
||||||
|
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
|
"Method": "POST",
|
||||||
|
"PostData": "q={searchTerms}",
|
||||||
|
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
|
"URLTemplate": "https://duckduckgo.com/lite/?q={searchTerms}&atb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "DuckDuckGo No AI",
|
||||||
|
"Alias": "dnai",
|
||||||
|
"Description": "DuckDuckGo AIless version",
|
||||||
|
"IconURL": "https://noai.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
|
"Method": "GET",
|
||||||
|
"SuggestURLTemplate": "https://noai.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
|
"URLTemplate": "https://noai.duckduckgo.com/?q={searchTerms}&atb"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "DuckDuckGo Start",
|
||||||
|
"Alias": "d",
|
||||||
|
"Description": "DuckDuckGo Start page version",
|
||||||
|
"IconURL": "https://start.duckduckgo.com/static-assets/favicons/DDG-icon_256x256.png",
|
||||||
|
"Method": "GET",
|
||||||
|
"SuggestURLTemplate": "https://start.duckduckgo.com/ac/?q={searchTerms}&type=list",
|
||||||
|
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}&atb"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Default": "DuckDuckGo No AI"
|
||||||
|
},
|
||||||
|
"SearchSuggestEnabled": false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue