Update sites.json with better examples

This commit is contained in:
Dale Davies
2022-07-27 06:12:49 +01:00
parent e8c74ebdfe
commit c14700f977

View File

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