From 8001ff27b7d4d9b08d9f13c2d00014b75a8be1be Mon Sep 17 00:00:00 2001 From: Alex Kaul Date: Wed, 24 Apr 2024 14:01:13 +0700 Subject: [PATCH] Add Freeter --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index e96e82f..15f8017 100644 --- a/applications.json +++ b/applications.json @@ -9710,6 +9710,22 @@ "languages": [ "python" ] + }, + { + "short_description": "App that allows you to gather everything you need for work in one place, organized by projects and workflows, and have a quick access to them.", + "categories": [ + "productivity" + ], + "repo_url": "https://github.com/FreeterApp/Freeter", + "title": "Freeter", + "icon_url": "https://raw.githubusercontent.com/FreeterApp/Freeter/master/src/assets/app-icons/256.png", + "screenshots": [ + "https://freeter.io/images/app-screen.png" + ], + "official_site": "https://freeter.io/", + "languages": [ + "typescript" + ] } ] }