feat: add Scribe to services list
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m4s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 1m4s
Added Scribe as a new service to the JSON data. Scribe is a privacy-friendly alternative front-end to Medium, allowing users to browse Medium without being tracked. This addition enhances the variety of privacy-centric services offered.
This commit is contained in:
parent
9eff1aeed7
commit
15217a63f8
1 changed files with 19 additions and 0 deletions
|
@ -475,6 +475,25 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "Scribe",
|
||||
"url": "https://scribe.private.coffee",
|
||||
"homemade": false,
|
||||
"fork": false,
|
||||
"tiny_description": "tracking-free Medium",
|
||||
"short_description": "Scribe is a privacy-friendly alternative front-end to Medium.",
|
||||
"long_description": "Scribe is a privacy-friendly alternative front-end to Medium. It allows you to browse Medium without being tracked.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to Scribe",
|
||||
"url": "https://scribe.private.coffee"
|
||||
}
|
||||
],
|
||||
"icon": "pencil-ruler",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "LibreTranslate",
|
||||
"url": "https://translate.private.coffee",
|
||||
|
|
Loading…
Reference in a new issue