This commit is contained in:
2026-01-11 08:19:27 +01:00
parent f2732b36f2
commit bdd3e30f14
17 changed files with 3088 additions and 23 deletions

22
src/manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "RadioPlayer",
"short_name": "Radio",
"description": "RadioPlayer — stream radio stations from the web",
"start_url": ".",
"scope": ".",
"display": "standalone",
"background_color": "#1f1f2e",
"theme_color": "#1f1f2e",
"icons": [
{
"src": "assets/favicon_io/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/favicon_io/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}