Update widget-search.go
This commit is contained in:
parent
fa325bd519
commit
ab1faedadf
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ var searchEngines = map[string]string{
|
||||||
"google": "https://www.google.com/search?q={QUERY}",
|
"google": "https://www.google.com/search?q={QUERY}",
|
||||||
"bing": "https://www.bing.com/search?q={QUERY}",
|
"bing": "https://www.bing.com/search?q={QUERY}",
|
||||||
"perplexity": "https://www.perplexity.ai/search?q={QUERY}",
|
"perplexity": "https://www.perplexity.ai/search?q={QUERY}",
|
||||||
|
"kagi": "https://kagi.com/search?q={QUERY}",
|
||||||
|
"startpage": "https://www.startpage.com/search?q={QUERY}",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (widget *searchWidget) initialize() error {
|
func (widget *searchWidget) initialize() error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue