From f97ef5a0fff5c31ac8eed1146d1da920f40ff991 Mon Sep 17 00:00:00 2001 From: Varol Aksoy Date: Fri, 8 Nov 2019 14:49:48 +0300 Subject: [PATCH] Calculeta added on the list (#478) --- applications.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/applications.json b/applications.json index 3a57dd4..9765a69 100644 --- a/applications.json +++ b/applications.json @@ -7447,6 +7447,26 @@ "type_script", "javascript" ] + }, + { + "short_description": "Calculator for macOS which working on statusbar.", + "categories": [ + "productivity", + "utilities" + ], + "repo_url": "https://github.com/varol/Calculeta", + "title": "Calculeta", + "icon_url": "", + "screenshots": [ + "", + "", + "" + ], + "official_site": "", + "languages": [ + "swift" + ] } + ] }