From 1d7f9ca10cb55a21c82384f175a1d0a3d1bfafcf Mon Sep 17 00:00:00 2001 From: Kumi Date: Wed, 24 Jul 2024 21:20:52 +0200 Subject: [PATCH] feat(services): add alternative URLs for LibreY Enhanced the 'Go to LibreY' service link by adding Tor and I2P alternative URLs. This provides users with more access options and supports privacy-centric browsing. --- data/services.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/data/services.json b/data/services.json index 5263fd5..43f6556 100644 --- a/data/services.json +++ b/data/services.json @@ -483,7 +483,17 @@ "links": [ { "name": "Go to LibreY", - "url": "https://librey.private.coffee" + "url": "https://librey.private.coffee", + "alternatives": [ + { + "name": "Tor", + "url": "http://librey.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" + }, + { + "name": "I2P", + "url": "http://xna5ydrj54ncvujz3f4c6y5i547hjwywygnr4uz6shz3f62suxwq.b32.i2p" + } + ] } ], "icon": "magnifying-glass",