summaryrefslogtreecommitdiff
path: root/Base/home
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-03 22:19:23 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-03 23:01:58 +0200
commita83d74b38cf10cc2999e1519dc62bc30fef1ed65 (patch)
tree9e75348430b3af5957f5d2aad430ac02ce91e9d4 /Base/home
parent78943f031eabf208954358aef76615dbe17c41d4 (diff)
downloadserenity-a83d74b38cf10cc2999e1519dc62bc30fef1ed65.zip
Base: Add browser bookmark for Google :^)
Diffstat (limited to 'Base/home')
-rw-r--r--Base/home/anon/bookmarks.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/bookmarks.json b/Base/home/anon/bookmarks.json
index d619e43351..84a29a0029 100644
--- a/Base/home/anon/bookmarks.json
+++ b/Base/home/anon/bookmarks.json
@@ -6,5 +6,9 @@
{
"title": "SerenityOS Github Page",
"url": "https://github.com/SerenityOS/serenity"
+ },
+ {
+ "title": "Google",
+ "url": "https://www.google.com/"
}
]