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:
parent
4f3e8547d2
commit
ad2e84b71a
2 changed files with 11 additions and 3 deletions
22
Base/home/anon/.config/bookmarks.json
Normal file
22
Base/home/anon/.config/bookmarks.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue