Update searchQueries.json

Added Wikipedia (English)
This commit is contained in:
Pete Midgley 2021-11-09 21:26:11 +11:00 committed by GitHub
parent 08afaece2e
commit 1f2fedf754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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="
}
]
}