From c14700f977368016365bdcc75328991f549fb40e Mon Sep 17 00:00:00 2001 From: Dale Davies Date: Wed, 27 Jul 2022 06:12:49 +0100 Subject: [PATCH] Update sites.json with better examples --- jumpapp/sites/sites.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/jumpapp/sites/sites.json b/jumpapp/sites/sites.json index 66f0edd..215de26 100644 --- a/jumpapp/sites/sites.json +++ b/jumpapp/sites/sites.json @@ -18,7 +18,7 @@ }, { "name": "Bitwarden", - "url" : "https://bitwarden.example.com", + "url" : "https://bitwarden.com/", "description": "This is another example of a site with a description", "icon": "bitwarden.png", "tags": ["stuff"] @@ -33,7 +33,7 @@ "name": "Nextcloud", "url" : "https://cloud.example.com", "icon": "nextcloud.png", - "tags": ["home", "stuff", "things"] + "tags": ["home", "things"] }, { "name": "Paperless", @@ -42,9 +42,16 @@ "tags": ["things", "home"] }, { - "name": "Google", - "url" : "https://www.google.com", - "nofollow": false + "name": "Matomo", + "url" : "https://matomo.org/pagedoesnotexist", + "nofollow": false, + "tags": ["home", "stuff"] + }, + { + "name": "Pi-hole", + "url" : "https://pi-hole.net/", + "nofollow": false, + "tags": ["stuff", "things"] } ] }