From 2e6b9b2f72cdbf575617fa6c1c8c83185576fa2b Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 31 May 2024 18:24:18 +0200 Subject: [PATCH] feat: add wishthis service info and icon Introduced 'wishthis', a new service for creating wishlists, to the services directory and included a custom gift icon for its representation. This update enhances the app's directory with more diverse options for users interested in list-making services, improving usability and visual appeal. --- assets/dist/icons/gift.svg | 1 + data/services.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 assets/dist/icons/gift.svg diff --git a/assets/dist/icons/gift.svg b/assets/dist/icons/gift.svg new file mode 100644 index 0000000..aa2beeb --- /dev/null +++ b/assets/dist/icons/gift.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 4aa97a2..036a467 100644 --- a/data/services.json +++ b/data/services.json @@ -228,6 +228,22 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "wishthis", + "url": "https://wishthis.private.coffee", + "short_description": "wishthis is a service for creating wishlists.", + "long_description": "wishthis is a service for creating wishlists. You can use it to create wishlists for yourself, or to share them with others.", + "status": "OK", + "links": [ + { + "name": "Go to wishthis", + "url": "https://wishthis.private.coffee" + } + ], + "icon": "gift", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "NocoDB", "url": "https://nocodb.private.coffee",