airsonic-refix/public/manifest.webmanifest
2021-05-01 19:13:11 +02:00

17 lines
304 B
JSON

{
"name": "Airsonic (refix)",
"short_name": "Airsonic (refix)",
"start_url": "/",
"display": "standalone",
"theme_color": "#000",
"background_color": "#000",
"icons": [
{
"src": "./icon.svg",
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
}
]
}