From 6e2fa02e819435f0ce0693baeb5d7907c7fd9719 Mon Sep 17 00:00:00 2001 From: Chinchzilla <92267798+Chinchzilla@users.noreply.github.com> Date: Tue, 6 Sep 2022 18:16:19 +0000 Subject: [PATCH] add startpage to config.ron (#140) * add startpage to config.ron Co-authored-by: chinchzilla Co-authored-by: Randall White --- plugins/src/web/config.ron | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/src/web/config.ron b/plugins/src/web/config.ron index 46ad654..1746e28 100644 --- a/plugins/src/web/config.ron +++ b/plugins/src/web/config.ron @@ -107,6 +107,10 @@ matches: ["stack"], queries: [(name: "Stack Overflow", query: "stackoverflow.com/search?q=")] ), + ( + matches: ["sp", "startpage"], + queries: [(name: "Startpage", query: "startpage.com/sp/search?query=")] + ), ( matches: ["twitch"], queries: [(name: "Twitch", query: "twitch.tv/search?term=")]