From debdaae29612f7fff60a63f56c8a4bccda8cacb0 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 08:19:17 -0400 Subject: [PATCH] Update dialers.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added only good open source dialer app I know. Signed-off-by: CatSalad ⭐ D.Burch <118766369+devsalad@users.noreply.github.com> --- suggestions/dialers.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/suggestions/dialers.json b/suggestions/dialers.json index 0637a08..7995a53 100644 --- a/suggestions/dialers.json +++ b/suggestions/dialers.json @@ -1 +1,9 @@ -[] \ No newline at end of file +[ + { + "id": "com.simplemobiletools.dialer", + "label": "Simple Dialer", + "reason": "Lightweight dialer app with all the basics plus call log import and export.", + "source": "fg", + "repo": "https://github.com/SimpleMobileTools/Simple-Dialer" + } +]