From 8b7868152926e55b4c7527569e88f392766a378b Mon Sep 17 00:00:00 2001 From: Kevin Kwa Date: Fri, 17 Sep 2021 17:41:13 +0800 Subject: [PATCH] Add Min Browser (#684) * Add Min Browser * Update applications.json Co-authored-by: Serhii Londar --- applications.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index ae70eb0..cf7db81 100644 --- a/applications.json +++ b/applications.json @@ -1,6 +1,20 @@ { "applications": [ { + "short_description": "A fast and efficient minimal web browser.", + "categories": [ + "browser" + ], + "repo_url": "https://github.com/minbrowser/min", + "title": "Min Browser", + "icon_url": "", + "screenshots": [], + "official_site": "https://minbrowser.org", + "languages": [ + "javascript" + ] + }, + { "short_description": "Simple and Secure Offsite Backups", "categories": [ "backup" @@ -8842,4 +8856,4 @@ ] } ] -} \ No newline at end of file +}