Skip to content

Commit abfbbb3

Browse files
bradleyrichterbbondy
authored andcommitted
Added semanticscholar.org as a new search engine
Per request by Brendan Auditors: @bbondy Fix brave#5656
1 parent fb4a36d commit abfbbb3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

js/data/searchProviders.js

+7
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ module.exports = { "providers" :
109109
"image" : "https://www.wolframalpha.com/favicon.ico?v=2",
110110
"search" : "https://www.wolframalpha.com/input/?i={searchTerms}",
111111
"shortcut" : ":wa"
112+
},
113+
{
114+
"name" : "Semantic Scholar",
115+
"base" : "https://www.semanticscholar.org",
116+
"image" : "https://www.semanticscholar.org/img/favicon.png",
117+
"search" : "https://www.semanticscholar.org/search?q={searchTerms}",
118+
"shortcut" : ":ss"
112119
}
113120
]
114121
}

0 commit comments

Comments
 (0)