From 0895f71da0dc3d34fd20f671e1a8830aa46a85f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?CatSalad=20=E2=AD=90=20D=2EBurch?= <118766369+devsalad@users.noreply.github.com> Date: Fri, 20 Oct 2023 07:47:35 -0400 Subject: [PATCH] Update contacts.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added Simple Contacts recommendation Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/contacts.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/suggestions/contacts.json b/suggestions/contacts.json index 0637a08..ee5e2f5 100644 --- a/suggestions/contacts.json +++ b/suggestions/contacts.json @@ -1 +1,9 @@ -[] \ No newline at end of file +[ + { + "id": "com.simplemobiletools.contacts.pro", + "label": "Simple Contacts", + "reason": "Simple contacts app with the basic features plus contact photos, favorites, automatic backup, and private contacts", + "source": "fg", + "repo": "https://github.com/SimpleMobileTools/Simple-Contacts" + } +]