From 5abc84b776e7990aae261b2bf3632ef86cd77e75 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sun, 9 Feb 2025 10:24:28 +0100 Subject: [PATCH] Fix: Barcode Buddy Logo & Title (#2183) --- json/barcode-buddy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/json/barcode-buddy.json b/json/barcode-buddy.json index a0c6c5fa..1f9a3247 100644 --- a/json/barcode-buddy.json +++ b/json/barcode-buddy.json @@ -1,5 +1,5 @@ { - "name": "Barcode buddy", + "name": "Barcode Buddy", "slug": "barcode-buddy", "categories": [ 24 @@ -11,7 +11,7 @@ "interface_port": 80, "documentation": "https://barcodebuddy-documentation.readthedocs.io/en/latest/", "website": "https://github.com/Forceu/barcodebuddy", - "logo": null, + "logo": "https://raw.githubusercontent.com/Forceu/barcodebuddy/refs/heads/master/incl/img/favicon/android-icon-192x192.png", "description": "Barcode Buddy for Grocy is an extension for Grocy, allowing to pass barcodes to Grocy. It supports barcodes for products and chores. If you own a physical barcode scanner, it can be integrated, so that all barcodes scanned are automatically pushed to BarcodeBuddy/Grocy.", "install_methods": [ { @@ -32,8 +32,8 @@ }, "notes": [ { - "text": "After install enable the option \"Use Redis cache\" on the settings page.", + "text": "After install enable the option \"Use Redis cache\" on the settings page.", "type": "info" } ] -} \ No newline at end of file +}