diff --git a/client/src/utility/searchQueries.json b/client/src/utility/searchQueries.json index 374763c..ead25c5 100644 --- a/client/src/utility/searchQueries.json +++ b/client/src/utility/searchQueries.json @@ -54,6 +54,11 @@ "name": "YouTube", "prefix": "yt", "template": "https://www.youtube.com/results?search_query=" + }, + { + "name": "Wikipedia", + "prefix": "w", + "template": "https://en.wikipedia.org/w/index.php?search=" } ] }