From c18de5be263c46e2fb60912ffddde21a9a5ef20b Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 17 Sep 2021 16:57:17 +0700 Subject: [PATCH] Add Pasteboard Viewer (#692) Co-authored-by: Serhii Londar --- applications.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/applications.json b/applications.json index b1bbc5e..5eb063f 100644 --- a/applications.json +++ b/applications.json @@ -8894,6 +8894,22 @@ "languages": [ "javascript" ] + }, + { + "short_description": "Inspect the system pasteboards.", + "categories": [ + "development" + ], + "repo_url": "https://github.com/sindresorhus/Pasteboard-Viewer", + "title": "Pasteboard Viewer", + "icon_url": "https://github.com/sindresorhus/Pasteboard-Viewer/raw/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/AppIcon.png", + "screenshots": [ + "https://github.com/sindresorhus/Pasteboard-Viewer/raw/3ab9545e24050a0ca60ab102e9c303345af8da10/Stuff/screenshot1.jpg" + ], + "official_site": "https://sindresorhus.com/pasteboard-viewer", + "languages": [ + "swift" + ] }, { "short_description": "The chess app that comes with macOS.", @@ -8911,5 +8927,4 @@ "objective-c" ] } - ] }