summaryrefslogtreecommitdiff
path: root/Base/home/anon/.config
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-08-05 17:40:03 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-05 17:40:47 +0200
commitad2e84b71a89d865e7d7aa2159dd1ded4d1340f8 (patch)
treebd39cd8392f33e645e3e958e6a4b71c573e76e2d /Base/home/anon/.config
parent4f3e8547d2bd2883cd097bc51edc724fc0d28a55 (diff)
downloadserenity-ad2e84b71a89d865e7d7aa2159dd1ded4d1340f8.zip
Browser: Move bookmarks.json to ~/.config
Diffstat (limited to 'Base/home/anon/.config')
-rw-r--r--Base/home/anon/.config/bookmarks.json22
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"
+ }
+]