From 36f9739ef0f2f0bb14bd6407f55a056007878de0 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 19 Sep 2024 19:26:14 +0200 Subject: [PATCH] feat(services): add privacy-friendly front-end 'Small' Added a new service 'Small' to the services.json file. 'Small' is a privacy-friendly alternative front-end to Medium, which allows users to browse Medium content without being tracked. This addition enhances the variety of privacy-focused services offered. --- data/services.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/data/services.json b/data/services.json index f9a88c4..468a5c0 100644 --- a/data/services.json +++ b/data/services.json @@ -475,6 +475,25 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Small", + "url": "https://small.private.coffee", + "homemade": "https://git.private.coffee/PrivateCoffee/small", + "fork": false, + "tiny_description": "tracking-free Medium", + "short_description": "Small is a privacy-friendly alternative front-end to Medium.", + "long_description": "Small is a privacy-friendly alternative front-end to Medium. It allows you to browse Medium without being tracked.", + "status": "OK", + "links": [ + { + "name": "Go to Small", + "url": "https://small.private.coffee" + } + ], + "icon": "pencil-ruler", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Scribe", "url": "https://scribe.private.coffee",