feat(web): Add Google Scholar

Co-authored-by: Randall White <N3M0-22@pm.me>
This commit is contained in:
Bram V 2022-10-03 22:50:52 +02:00 committed by GitHub
parent 63e51a83eb
commit f382690b28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,10 @@
matches: ["gn"],
queries: [(name: "News", query: "google.com/news?q=")]
),
(
matches: ["gsc", "scholar"],
queries: [(name: "Google Scholar", query: "google.com/scholar?q=")]
),
(
matches: ["lib"],
queries: [(name: "Libraries.io", query: "libraries.io/search?q=")]