feat(services): add Breezewiki as a new privacy-friendly service
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
Added Breezewiki to the list of services, providing a privacy-friendly alternative front-end to Fandom. This allows users to browse Fandom wikis without ads or tracking, enhancing user privacy.
This commit is contained in:
parent
60211594e0
commit
f548aa4c84
1 changed files with 16 additions and 0 deletions
|
@ -324,6 +324,22 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "Breezewiki",
|
||||
"url": "https://breezewiki.private.coffee",
|
||||
"short_description": "Breezewiki is a privacy-friendly alternative front-end to Fandom.",
|
||||
"long_description": "Breezewiki is a privacy-friendly alternative front-end to Fandom. It allows you to browse Fandom wikis without ads or tracking.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to Breezewiki",
|
||||
"url": "https://breezewiki.private.coffee"
|
||||
}
|
||||
],
|
||||
"icon": "books",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "NocoDB",
|
||||
"url": "https://nocodb.private.coffee",
|
||||
|
|
Loading…
Reference in a new issue