From b62c7ae989e65072b861f3192b96e37310d7e5b9 Mon Sep 17 00:00:00 2001 From: Muntashir Al-Islam Date: Sat, 29 Apr 2023 01:25:43 +0600 Subject: [PATCH] Add suggestions for gallery and sms --- suggestions/gallery.json | 14 ++++++++++++++ suggestions/sms.json | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 suggestions/gallery.json create mode 100644 suggestions/sms.json diff --git a/suggestions/gallery.json b/suggestions/gallery.json new file mode 100644 index 0000000..824bb54 --- /dev/null +++ b/suggestions/gallery.json @@ -0,0 +1,14 @@ +[ + { + "id": "deckers.thibault.aves.libre", + "label": "Aves Libre", + "source": "f", + "repo": "https://github.com/deckerst/aves" + }, + { + "id": "com.simplemobiletools.gallery.pro", + "label": "Simple Gallery Pro", + "source": "f", + "repo": "https://github.com/SimpleMobileTools/Simple-Gallery" + } +] \ No newline at end of file diff --git a/suggestions/sms.json b/suggestions/sms.json new file mode 100644 index 0000000..c6dbb9d --- /dev/null +++ b/suggestions/sms.json @@ -0,0 +1,8 @@ +[ + { + "id": "com.moez.QKSMS", + "label": "QKSMS", + "source": "fg", + "repo": "https://github.com/moezbhatti/qksms" + } +] \ No newline at end of file