mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-05 23:59:49 +00:00
Browser: Add DuckDuckGo to bookmarks (#4288)
This commit is contained in:
parent
980acd0db7
commit
4ae0de9a37
Notes:
sideshowbarker
2024-07-19 01:03:10 +09:00
Author: https://github.com/xspager
Commit: 4ae0de9a37
Pull-request: https://github.com/SerenityOS/serenity/pull/4288
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
"title": "Google",
|
"title": "Google",
|
||||||
"url": "https://www.google.com/"
|
"url": "https://www.google.com/"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "DuckDuckGo",
|
||||||
|
"url": "https://duckduckgo.com/"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "HTML spec",
|
"title": "HTML spec",
|
||||||
"url": "https://html.spec.whatwg.org/multipage/"
|
"url": "https://html.spec.whatwg.org/multipage/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue