Merge pull request #160 from petemidge/master

Update searchQueries.json
This commit is contained in:
pawelmalak 2021-11-13 11:43:00 +01:00 committed by GitHub
commit 7e66f6b49f
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="
}
]
}