From a9d67dd4981a737a1479d3c77998853c34afedf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 02:32:47 +0000 Subject: [PATCH 1/2] feat(apps): add Talk-Wave (from #54) --- apps/talk-wave.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apps/talk-wave.json diff --git a/apps/talk-wave.json b/apps/talk-wave.json new file mode 100644 index 0000000..250c80d --- /dev/null +++ b/apps/talk-wave.json @@ -0,0 +1,17 @@ +{ + "name": "Talk-Wave", + "url": "https://github.com/mrain1p/Talk-Wave", + "type": "integration", + "description": "A live phone with a direct line into your SUB/WAVE. Call, text, or leave voicemails delivered straight to the booth. Talk with your DJ or make music requests, off air or live on the broadcast. Features a built-in music player and PWA that installs like an app and embeds anywhere.", + "author": "@mrain1p", + "platforms": [ + "Windows", + "Linux", + "Progressive Web-App (PWA" + ], + "repo": "https://github.com/mrain1p/Talk-Wave", + "icon": "https://github.com/mrain1p/Talk-Wave/blob/main/web-widget/icon-192.png", + "screenshot": "https://github.com/mrain1p/Talk-Wave/blob/main/docs/call-desktop.png", + "featured": false, + "submitted": "2026-08-19" +} From 3548d3a901e1bf81787fdcaede2bbf23b55f6e57 Mon Sep 17 00:00:00 2001 From: Parminder Klair Date: Wed, 19 Aug 2026 10:31:58 +0100 Subject: [PATCH 2/2] fix(apps): correct Talk-Wave platforms and image URLs The submission workflow truncated "Progressive Web-App (PWA)" to 24 characters and passed the github.com /blob/ image links through unchanged. Restore the platform name and point the icon and screenshot at raw.githubusercontent.com so they render. --- apps/talk-wave.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/talk-wave.json b/apps/talk-wave.json index 250c80d..37adc8c 100644 --- a/apps/talk-wave.json +++ b/apps/talk-wave.json @@ -7,11 +7,11 @@ "platforms": [ "Windows", "Linux", - "Progressive Web-App (PWA" + "Progressive Web-App (PWA)" ], "repo": "https://github.com/mrain1p/Talk-Wave", - "icon": "https://github.com/mrain1p/Talk-Wave/blob/main/web-widget/icon-192.png", - "screenshot": "https://github.com/mrain1p/Talk-Wave/blob/main/docs/call-desktop.png", + "icon": "https://raw.githubusercontent.com/mrain1p/Talk-Wave/main/web-widget/icon-192.png", + "screenshot": "https://raw.githubusercontent.com/mrain1p/Talk-Wave/main/docs/call-desktop.png", "featured": false, "submitted": "2026-08-19" }