feat(services): add alternative URLs for LibreY
All checks were successful
Build and Deploy Static Site / build (push) Successful in 56s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 56s
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.
This commit is contained in:
parent
68d6286aed
commit
1d7f9ca10c
1 changed files with 11 additions and 1 deletions
|
@ -483,7 +483,17 @@
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"name": "Go to LibreY",
|
"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",
|
"icon": "magnifying-glass",
|
||||||
|
|
Loading…
Reference in a new issue