diff options
author | Andreas Kling <kling@serenityos.org> | 2022-01-06 13:34:23 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-01-06 21:39:51 +0100 |
commit | 74311676cc32eff0154c29b2f8be0e64bd564cd3 (patch) | |
tree | f84364bcc85aafa906b12251b24c753aa5dedbfb | |
parent | 2cfd7cbeda270f31010e52c0fdadf07709176a7b (diff) | |
download | serenity-74311676cc32eff0154c29b2f8be0e64bd564cd3.zip |
Base: Add Bjarne Stroustrup's website to default browser bookmarks :^)
-rw-r--r-- | Base/home/anon/.config/bookmarks.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json index 850ba1cb24..81f94e9ddd 100644 --- a/Base/home/anon/.config/bookmarks.json +++ b/Base/home/anon/.config/bookmarks.json @@ -12,6 +12,10 @@ "url": "https://www.google.com/" }, { + "title": "Bjarne", + "url": "https://www.stroustrup.com" + }, + { "title": "jcs", "url": "https://jcs.org/" }, |