From 2b38fab25997f9a0471616ae28467fa9ae8c50e8 Mon Sep 17 00:00:00 2001 From: Barry Luijbregts Date: Wed, 30 Oct 2024 18:26:15 +0100 Subject: [PATCH 1/2] Update apps.json Add Podhome App, which is a podcast player app from Podhome (coming to an app store near you in 2025) --- src/apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/apps.json b/src/apps.json index 30296c5..515c5ad 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3056,6 +3056,17 @@ "Swoot Agent 1.0" ] }, + { + "name": "Podhome", + "pattern": "^Podhome App", + "description": "Podhome app on iOS, Android and Web.", + "urls": [ + "https://www.podhome.fm/" + ], + "examples": [ + "Podhome App/1.0 CFNetwork/1121.2.2 Darwin/19.2.0" + ] + }, { "name": "Podimo", "pattern": "^Podimo/", From 1f0c5490e46309c89d22fa9d9a82c65941b6f93f Mon Sep 17 00:00:00 2001 From: Barry Luijbregts Date: Wed, 30 Oct 2024 18:40:57 +0100 Subject: [PATCH 2/2] Update apps.json --- src/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 515c5ad..5ea50bb 100644 --- a/src/apps.json +++ b/src/apps.json @@ -3064,7 +3064,8 @@ "https://www.podhome.fm/" ], "examples": [ - "Podhome App/1.0 CFNetwork/1121.2.2 Darwin/19.2.0" + "Podhome App/1.0 CFNetwork/1121.2.2 Darwin/19.2.0", + "Podhome App/1.0 (Linux; Android 10; SM-G960F Build/QP1A.190711.020) ExoPlayerLib/2.10.4" ] }, {