From 847683c1519a8e3f2b72ae74215af5b899bd6c2a Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Mon, 22 May 2023 08:49:26 +0530 Subject: [PATCH] Create suggestions for barcode_scanners Signed-off-by: shuvashish76 --- suggestions/barcode_scanners.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 suggestions/barcode_scanners.json diff --git a/suggestions/barcode_scanners.json b/suggestions/barcode_scanners.json new file mode 100644 index 0000000..6a6b153 --- /dev/null +++ b/suggestions/barcode_scanners.json @@ -0,0 +1,8 @@ +[ + { + "id": "de.markusfisch.android.binaryeye", + "label": "Binary Eye", + "source": "fg", + "repo": "https://github.com/markusfisch/BinaryEye" + }, +]