feat(web): Add UPS search query
This commit is contained in:
parent
47852e53cb
commit
edaae9d004
1 changed files with 4 additions and 0 deletions
|
|
@ -99,6 +99,10 @@
|
|||
matches: ["twitch"],
|
||||
queries: [(name: "Twitch", query: "twitch.tv/search?term=")]
|
||||
),
|
||||
(
|
||||
matches: ["ups"],
|
||||
queries: [(name: "UPS", query: "ups.com/track?tracknum=")]
|
||||
),
|
||||
(
|
||||
matches: ["wiki"],
|
||||
queries: [(name: "Wikipedia", query: "wikipedia.org/w/index.php?search=")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue