From 11dd8b293b467430f09bedcf08a046ea88b8b014 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 15 Jul 2024 17:43:51 +0200 Subject: [PATCH] feat(services): add Tor alternative link for Breezewiki Enhanced the links array for Breezewiki to include an alternative Tor URL. This provides users with a privacy-focused alternative access point, improving accessibility and privacy. --- data/services.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/services.json b/data/services.json index ac10e76..fc51686 100644 --- a/data/services.json +++ b/data/services.json @@ -333,7 +333,13 @@ "links": [ { "name": "Go to Breezewiki", - "url": "https://breezewiki.private.coffee" + "url": "https://breezewiki.private.coffee", + "alternatives": [ + { + "name": "Tor", + "url": "http://breezewiki.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" + } + ] } ], "icon": "books",