replace default assets and meta

This commit is contained in:
controlol
2021-10-29 00:04:05 +02:00
parent 160a65c709
commit bafcfb9da0
16 changed files with 49 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"name": "Rclone WebUI",
"short_name": "Rclone WebUI",
"icons": [
{
"src": "favicon.ico",
@@ -8,18 +8,18 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
"theme_color": "#71caf2",
"background_color": "#eeeeee"
}