From 8840139be279678c2f17b12932a36fa366f0dfda Mon Sep 17 00:00:00 2001 From: Jordon Replogle Date: Thu, 2 Nov 2023 14:35:28 -0700 Subject: [PATCH] Added gPodder (#882) * Added gPodder * Added gPodder icon image url --------- Co-authored-by: Serhii Londar --- applications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/applications.json b/applications.json index a9f8c9f4..399eab6e 100644 --- a/applications.json +++ b/applications.json @@ -9674,6 +9674,22 @@ "official_site": "https://adium.im/", "languages": [ "c" + ] + }, + { + "short_description": "gPodder is a simple, open source podcast client.", + "categories": [ + "podcast" + ], + "repo_url": "https://github.com/gpodder/gpodder", + "title": "gPodder", + "icon_url": "https://raw.githubusercontent.com/gpodder/gpodder/master/share/icons/hicolor/64x64/apps/gpodder.png", + "screenshots": [ + "https://gpodder.github.io/assets/screenshot-2022-03-24-crop.png" + ], + "official_site": "https://gpodder.github.io/", + "languages": [ + "python" ] } ]