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"] } ] }