From 4ae0de9a37af3f54e60ae22d5bcf26a2d724f164 Mon Sep 17 00:00:00 2001 From: Daniel Lemos Date: Sat, 5 Dec 2020 09:39:30 -0300 Subject: [PATCH] Browser: Add DuckDuckGo to bookmarks (#4288) --- Base/home/anon/.config/bookmarks.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json index c0cd85a8c1..e7df023dad 100644 --- a/Base/home/anon/.config/bookmarks.json +++ b/Base/home/anon/.config/bookmarks.json @@ -11,6 +11,10 @@ "title": "Google", "url": "https://www.google.com/" }, + { + "title": "DuckDuckGo", + "url": "https://duckduckgo.com/" + }, { "title": "HTML spec", "url": "https://html.spec.whatwg.org/multipage/"