Initial commit: WebCB - Web-based CB radio app

This commit is contained in:
tomdebone
2026-05-13 21:41:54 +02:00
commit c3dc1d28de
8 changed files with 1768 additions and 0 deletions

9
client/manifest.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "WebCB Funk",
"short_name": "WebCB",
"description": "CB Funk - online und cross-platform",
"start_url": "/",
"display": "standalone",
"background_color": "#0a0a0a",
"theme_color": "#00ff88"
}