From f452e087a77d3a5c3d182c58f53c6af8cf559e43 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 6 Jul 2024 18:14:59 +0200 Subject: [PATCH] feat: add Priviblur service and camera icon Introduced the Priviblur service as a privacy-friendly alternative front-end to Tumblr, enhancing user privacy by preventing tracking. Added a new camera SVG icon to support the service's representation. This addition aims to improve the overall service offering and user experience. --- assets/dist/icons/camera.svg | 1 + data/services.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 assets/dist/icons/camera.svg diff --git a/assets/dist/icons/camera.svg b/assets/dist/icons/camera.svg new file mode 100644 index 0000000..cf6dbbf --- /dev/null +++ b/assets/dist/icons/camera.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 1dead55..107ea5c 100644 --- a/data/services.json +++ b/data/services.json @@ -234,6 +234,28 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Priviblur", + "url": "https://priviblur.private.coffee", + "short_description": "Priviblur is a privacy-friendly alternative front-end to Tumblr.", + "long_description": "Priviblur is a privacy-friendly alternative front-end to Tumblr. It allows you to browse Tumblr without being tracked.", + "status": "OK", + "links": [ + { + "name": "Go to Priviblur", + "url": "https://priviblur.private.coffee", + "alternatives": [ + { + "name": "Tor", + "url": "http://priviblur.coffee2m3bjsrrqqycx6ghkxrnejl2q6nl7pjw2j4clchjj6uk5zozad.onion" + } + ] + } + ], + "icon": "camera", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "LibreTranslate", "url": "https://translate.private.coffee",