From 1ba1ca76d8c8922916984d42f081f08b7839d54b Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 24 Feb 2021 21:33:02 +0100 Subject: [PATCH] Base: Add jcs.org to Browser bookmarks This page is great for testing and it exposes a bunch of issues we should look into in LibWeb. :^) --- Base/home/anon/.config/bookmarks.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Base/home/anon/.config/bookmarks.json b/Base/home/anon/.config/bookmarks.json index e7df023dad..3e19e39908 100644 --- a/Base/home/anon/.config/bookmarks.json +++ b/Base/home/anon/.config/bookmarks.json @@ -11,6 +11,10 @@ "title": "Google", "url": "https://www.google.com/" }, + { + "title": "jcs", + "url": "https://jcs.org/" + }, { "title": "DuckDuckGo", "url": "https://duckduckgo.com/"