new app store links feature

This commit is contained in:
2026-06-25 08:24:45 +00:00
parent d9b0964f07
commit 4bb21f70ed
14 changed files with 183 additions and 2 deletions
+3
View File
@@ -20,4 +20,7 @@ export interface StationConfig {
donation_url: string;
stream_url: string;
stream_metadata_url: string;
play_store_icon_url: string;
play_store_url: string;
app_store_embed_html: string;
}