From 997729ae83cdd0c08fce8bdf4504bf06899883f2 Mon Sep 17 00:00:00 2001 From: Parminder Klair Date: Wed, 12 Aug 2026 12:05:14 +0100 Subject: [PATCH] feat(apps): add Wave TV (from #44) Android TV / Fire TV player for SUB/WAVE stations, submitted by @mrain1p in #44. The submission bot could not build a PR because the issue description exceeded 280 chars, so the entry is hand-authored: trimmed description and raw.githubusercontent.com image URLs (the issue gave github.com blob links, which serve HTML). Closes #44 --- apps/wave-tv.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 apps/wave-tv.json diff --git a/apps/wave-tv.json b/apps/wave-tv.json new file mode 100644 index 0000000..2dda788 --- /dev/null +++ b/apps/wave-tv.json @@ -0,0 +1,13 @@ +{ + "name": "Wave TV", + "url": "https://github.com/mrain1p/Wave-TV", + "type": "mobile", + "description": "An Android TV and Fire TV player for SUB/WAVE stations. A native station picker with a now-playing panel; selecting a station loads that station's own web player fullscreen, driven by the remote — D-pad navigation, song requests by voice, sleep timer.", + "author": "@mrain1p", + "platforms": ["Android TV", "Fire TV", "Google TV"], + "repo": "https://github.com/mrain1p/Wave-TV", + "icon": "https://raw.githubusercontent.com/mrain1p/Wave-TV/main/icon.png", + "screenshot": "https://raw.githubusercontent.com/mrain1p/Wave-TV/main/docs/picker-light.jpg", + "featured": false, + "submitted": "2026-08-12" +}