From 381c7d09ed7daa62b529a039c5dbfa96dd5c46f6 Mon Sep 17 00:00:00 2001 From: Revath S Kumar Date: Fri, 14 Aug 2020 16:35:22 +0530 Subject: [PATCH] Add suggestion to use DuckDuckGo instead of Google --- defaultlist.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/defaultlist.json b/defaultlist.json index 946189b..47d1a36 100644 --- a/defaultlist.json +++ b/defaultlist.json @@ -103,5 +103,15 @@ "desc": "switching.software recommends GetTogether as a better alternatives to MeetUp.com" } ] + }, + { + "urlPattern": "https?://(www.)?google.co(m|.in)", + "alternatives": [ + { + "url": "https://duckduckgo.com", + "name": "DuckDuckGo", + "desc": "An internet search engine that emphasizes protecting searchers' privacy" + } + ] } -] \ No newline at end of file +]