1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 01:27:34 +00:00

Browser: Move bookmarks.json to ~/.config

This commit is contained in:
Andreas Kling 2020-08-05 17:40:03 +02:00
parent 4f3e8547d2
commit ad2e84b71a
2 changed files with 11 additions and 3 deletions

View file

@ -0,0 +1,22 @@
[
{
"title": "SerenityOS.org",
"url": "http://www.serenityos.org/"
},
{
"title": "SerenityOS @ GitHub",
"url": "https://github.com/SerenityOS/serenity"
},
{
"title": "Google",
"url": "https://www.google.com/"
},
{
"title": "HTML spec",
"url": "https://html.spec.whatwg.org/multipage/"
},
{
"title": "ACID2",
"url": "file:///res/html/misc/acid2.html#top"
}
]