From c06a8a3308f1bfcde5188bb7484efb2ceac0e024 Mon Sep 17 00:00:00 2001 From: Linus Skucas Date: Fri, 17 Sep 2021 02:48:53 -0700 Subject: [PATCH] Add Chess.app (#689) --- applications.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index e466ae8..40bf51f 100644 --- a/applications.json +++ b/applications.json @@ -8891,6 +8891,22 @@ "languages": [ "javascript" ] - } + }, + { + "short_description": "The chess app that comes with macOS.", + "categories": [ + "games" + ], + "repo_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/", + "title": "Chess", + "icon_url": "https://opensource.apple.com/source/Chess/Chess-410.4.1/MBChess/Images.xcassets/AppIcon.appiconset/icon_256x256.png", + "screenshots": [ + "https://upload.wikimedia.org/wikipedia/commons/8/83/Chess_screenshot.png", + ], + "official_site": "https://apple.com", + "languages": [ + "objective-c" + ] + } ] }