From 96ba72e1e3db7df4add8216d9669354426cb0350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1rady=20Mil=C3=A1n?= <61704770+MilanVarady@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:43:03 +0200 Subject: [PATCH] Add Applite --- applications.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/applications.json b/applications.json index e96e82f7..0dc07bab 100644 --- a/applications.json +++ b/applications.json @@ -9710,6 +9710,23 @@ "languages": [ "python" ] + }, + { + "short_description": "User-friendly GUI app for Homebrew Casks. Install, update, and uninstall apps with a single click.", + "categories": [ + "downloader" + ], + "repo_url": "https://github.com/milanvarady/Applite", + "title": "Applite", + "icon_url": "https://aerolite.dev/img/applite/AppliteIcon512.png", + "screenshots": [ + "https://aerolite.dev/img/applite/discover-page.png", + "https://aerolite.dev/img/applite/productivity.png" + ], + "official_site": "https://aerolite.dev/applite", + "languages": [ + "swift" + ] } ] }