add manifest and icons

This commit is contained in:
Thomas Amland
2020-07-30 10:24:33 +02:00
parent 6f630bc73b
commit e364b008e6
5 changed files with 30 additions and 3 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"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"
}
]
}