diff options
author | Andreas Kling <kling@serenityos.org> | 2020-08-05 17:40:03 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-05 17:40:47 +0200 |
commit | ad2e84b71a89d865e7d7aa2159dd1ded4d1340f8 (patch) | |
tree | bd39cd8392f33e645e3e958e6a4b71c573e76e2d /Base/home/anon/.config | |
parent | 4f3e8547d2bd2883cd097bc51edc724fc0d28a55 (diff) | |
download | serenity-ad2e84b71a89d865e7d7aa2159dd1ded4d1340f8.zip |
Browser: Move bookmarks.json to ~/.config
Diffstat (limited to 'Base/home/anon/.config')
-rw-r--r-- | Base/home/anon/.config/bookmarks.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json new file mode 100644 index 0000000000..c0cd85a8c1 --- /dev/null +++ b/Base/home/anon/.config/bookmarks.json @@ -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" + } +] |