remove icon background

This commit is contained in:
Thomas Amland
2021-05-01 18:15:37 +02:00
parent a98e5ab486
commit 8818a20afc
5 changed files with 20 additions and 31 deletions
+6 -15
View File
@@ -3,23 +3,14 @@
"short_name": "Airsonic",
"start_url": "/",
"display": "standalone",
"theme_color": "#09F",
"background_color": "#09F",
"theme_color": "#000",
"background_color": "#000",
"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"
"type": "image/svg+xml",
"sizes": "any",
"purpose": "any"
}
]
}
}