1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:27:45 +00:00

Browser: Add DuckDuckGo to bookmarks (#4288)

This commit is contained in:
Daniel Lemos 2020-12-05 09:39:30 -03:00 committed by GitHub
parent 980acd0db7
commit 4ae0de9a37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/"