From c148c63b7c0ad65f08166f2cbdc9c7aab11c0fdc Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 6 Sep 2024 16:14:00 +0100 Subject: [PATCH] Add WhatsApp and Home Assistant to bookmarks --- system/home/browser/bookmarks.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/system/home/browser/bookmarks.json b/system/home/browser/bookmarks.json index 561f81f7..e06b35b1 100644 --- a/system/home/browser/bookmarks.json +++ b/system/home/browser/bookmarks.json @@ -1,5 +1,9 @@ [ - { "name": "Mastodon", "url": "https://tech.lgbt", "tags": ["Social"] }, + { + "name": "WhatsApp Web", + "url": "https://web.whatsapp.com/", + "tags": ["Social"] + }, { "name": "ABRP", "url": "https://abetterrouteplanner.com/", @@ -10,6 +14,11 @@ "url": "https://krystal.io", "tags": ["Server", "Hosting"] }, + { + "name": "Home Assistant", + "url": "https://home.xenia.me.uk", + "tags": ["Home", "Automation", "Personal"] + }, { "name": "Forgejo", "url": "https://git.xenia.me.uk",