From ebbbe79eac60ef0b044a63dbd03d02b93bf5f170 Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 8 Jul 2020 09:34:36 +0200 Subject: [PATCH] Add SimpleLogin (#543) Co-authored-by: Son NK <> --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index 1ead6b5..439a629 100644 --- a/applications.json +++ b/applications.json @@ -7836,6 +7836,22 @@ "languages": [ "swift" ] + }, + { + "short_description": "Email Alias solution: protect your real email address.", + "categories": [ + "mail" + ], + "repo_url": "https://github.com/simple-login/mac-app", + "title": "SimpleLogin", + "icon_url": "https://simplelogin.io/logo.svg", + "screenshots": [ + "https://static.simplelogin.io/open-source-mac-apps.png" + ], + "official_site": "", + "languages": [ + "swift" + ] } ] }