elektrofoni/manifest.json

23 lines
490 B
JSON
Raw Permalink Normal View History

2023-10-28 16:31:30 +00:00
{
"name": "Elektrofoni",
"short_name": "Elektrofoni",
"description": "Client app for the iBroadcast music service",
"categories": ["music"],
"lang": "en",
"start_url": "/elektrofoni/",
"display": "standalone",
"theme_color": "#abcdef",
"icons": [
{
"src": "./priv/assets/logo/Logo.png",
"sizes": "700x700",
"type": "image/png"
},
{
"src": "./priv/assets/logo/Logo.webp",
"sizes": "700x700",
"type": "image/webp"
}
]
}