File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ The search dialogue allows you to display a search bar with various search engin
8585
8686To select search engine, simply prefix the query with the corresponding ` !<id> ` . By default, the defined search engines are:
8787
88+ - ` !p ` : PerplexityAI
8889- ` !g ` : Google
8990- ` !d ` : DuckDuckGo (default)
9091
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const default_configuration = {
1919 } ,
2020 search : {
2121 engines : {
22+ p : [ "https://www.perplexity.ai/search/?q=" , "PerplexityAI" ] ,
2223 d : [ "https://duckduckgo.com/?q=" , "DuckDuckGo" ] ,
2324 g : [ "https://google.com/search?q=" , "Google" ] ,
2425 } ,
@@ -28,7 +29,7 @@ const default_configuration = {
2829 } ,
2930 disabled : [ ] ,
3031 localIcons : false ,
31- fastlink : "https://chat.openai.com " ,
32+ fastlink : "https://www.perplexity.ai " ,
3233 openLastVisitedTab : true ,
3334 tabs : [
3435 {
You can’t perform that action at this time.
0 commit comments