add manifest and icons
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user