feat(services): add privacy-friendly front-end 'Small'
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m13s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m13s
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.
This commit is contained in:
parent
2ccd45ff78
commit
36f9739ef0
1 changed files with 19 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue