stream-radio/public/manifest.json
ale 103aaf3ccb
initial commit
Signed-off-by: ale <ale@manalejandro.com>
2025-05-16 20:21:06 +02:00

27 lines
515 B
JSON

{
"short_name": "Stream Radio",
"name": "Stream Radio",
"description": "A simple radio streaming app",
"icons": [
{
"src": "favicon.ico",
"sizes": "32x32",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}