Merge pull request #24 from revathskumar/patch-1

Add suggestion to use DuckDuckGo instead of Google
This commit is contained in:
Nilesh 2020-08-14 16:46:55 +05:30 committed by GitHub
commit 69ed7797b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

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