From 36a5e46450dadf9f291c7deec17dd41cac0e90b6 Mon Sep 17 00:00:00 2001 From: Salem Date: Tue, 11 Jul 2023 11:35:49 -0400 Subject: [PATCH 1/2] Add ScreenHint to applications.json --- applications.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/applications.json b/applications.json index 4baa51d8..c5aa7c8f 100644 --- a/applications.json +++ b/applications.json @@ -9591,6 +9591,26 @@ "typescript" ] }, + { + "short_description": "A simple screenshotting utility for thinking clearly.", + "categories": [ + "productivity", + "menubar", + "utilities" + ], + "repo_url": "https://github.com/salemhilal/ScreenHint", + "title": "ScreenHint", + "icon_url": "https://raw.githubusercontent.com/salemhilal/ScreenHint/main/ScreenHint/Assets.xcassets/AppIcon.appiconset/Icon-1024.png?raw=true", + "screenshots": [ + "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/screenhint-in-action.png?raw=true", + "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/code-hints.png?raw=true", + "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/bike-ride-hints.png?raw=true", + ], + "official_site": "https://screenhint.com", + "languages": [ + "swift" + ] + }, { "short_description": "Instant messaging application that can connect to XMPP (Jabber), IRC and more.", "categories": [ From 523edf18eef30b8932857504d4dc7cb17e7b1aed Mon Sep 17 00:00:00 2001 From: Salem Date: Tue, 11 Jul 2023 11:44:23 -0400 Subject: [PATCH 2/2] Remove trailing comma --- applications.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications.json b/applications.json index c5aa7c8f..2921c8a0 100644 --- a/applications.json +++ b/applications.json @@ -9604,7 +9604,7 @@ "screenshots": [ "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/screenhint-in-action.png?raw=true", "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/code-hints.png?raw=true", - "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/bike-ride-hints.png?raw=true", + "https://github.com/salemhilal/screenhint-site/blob/main/src/static/img/features/bike-ride-hints.png?raw=true" ], "official_site": "https://screenhint.com", "languages": [