feat(apps): add Talk-Wave (from #54) - #56
Merged
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Talk-Wave (integration) to the apps directory.
From #54. Closes #54.
The
app/talk-wavebranch and itsapps/talk-wave.jsonwere generated by the submission workflow, which then hit403: GitHub Actions is not permitted to create or approve pull requestsand could not open the PR — so this one is opened by hand. Enabling Settings → Actions → General → Workflow permissions → Allow GitHub Actions to create and approve pull requests fixes that for future submissions; every issue-to-PR workflow in this repo is blocked by it today, and the bot leaves no comment when it fails, so the submitter just sees silence.A follow-up commit fixes two things the generator got wrong:
platformshadProgressive Web-App (PWA— truncated at 24 characters.iconandscreenshotweregithub.com/.../blob/...links, which serve an HTML page rather than the image.Both root causes are fixed in #55. Merge #55 first — otherwise the catalog build on merge re-truncates the platform name in
catalog.json.{ "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://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" }