mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +01:00
firefox: add Brave Search
This commit is contained in:
parent
f5c0e65c96
commit
3e56346be0
@ -139,6 +139,14 @@
|
|||||||
"Name": "DuckDuckGo Start",
|
"Name": "DuckDuckGo Start",
|
||||||
"PostData": "q={searchTerms}",
|
"PostData": "q={searchTerms}",
|
||||||
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
|
"URLTemplate": "https://start.duckduckgo.com/?q={searchTerms}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Alias": "b",
|
||||||
|
"Description": "Brave Search",
|
||||||
|
"Method": "GET",
|
||||||
|
"Name": "Brave Search",
|
||||||
|
"PostData": "q={searchTerms}",
|
||||||
|
"URLTemplate": "https://search.brave.com/search?q={searchTerms}"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"Default": "DuckDuckGo Start"
|
"Default": "DuckDuckGo Start"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user