From 0469721e44c0de2b9b7e686aad763afaeccadfb6 Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 7 Sep 2024 20:09:22 +0200 Subject: [PATCH] feat: add QRMaker service with icon Added a new service entry for QRMaker, a QR code generator, to the services.json file. Included a new QR code SVG icon for this service. This enhancement provides users with a convenient tool for generating QR codes directly from the application. No significant consequences anticipated. --- assets/dist/icons/qr-code.svg | 1 + data/services.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 assets/dist/icons/qr-code.svg diff --git a/assets/dist/icons/qr-code.svg b/assets/dist/icons/qr-code.svg new file mode 100644 index 0000000..d5cd442 --- /dev/null +++ b/assets/dist/icons/qr-code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/data/services.json b/data/services.json index 2e8fd1c..e1dcdcd 100644 --- a/data/services.json +++ b/data/services.json @@ -240,6 +240,24 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "QRMaker", + "url": "https://qrmaker.private.coffee", + "homemade": true, + "tiny_description": "QR code generator", + "short_description": "QRMaker is a service for generating QR codes.", + "long_description": "QRMaker is a service for generating QR codes. You can use it to create QR codes for URLs, text, and more, directly in your browser.", + "status": "OK", + "links": [ + { + "name": "Go to QRMaker", + "url": "https://qrmaker.private.coffee" + } + ], + "icon": "qr-code", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "FreshRSS", "url": "https://freshrss.private.coffee",