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",