airsonic-refix/public/manifest.webmanifest
2020-07-30 12:32:09 +02:00

25 lines
459 B
JSON

{
"name": "Airsonic",
"short_name": "Airsonic",
"start_url": "/",
"display": "standalone",
"theme_color": "#09F",
"background_color": "#09F",
"icons": [
{
"src": "./icon.svg",
"type": "image/svg",
"sizes": "any"
},
{
"src": "./icon-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "./icon-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
]
}