From f548aa4c84c0dd872322a84785d0c926ec87a9d1 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 15 Jul 2024 12:10:02 +0200 Subject: [PATCH] feat(services): add Breezewiki as a new privacy-friendly service 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. --- data/services.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/services.json b/data/services.json index 85b4e45..ac10e76 100644 --- a/data/services.json +++ b/data/services.json @@ -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",