fix favicon and title

This commit is contained in:
Aoife
2021-05-01 09:22:15 +02:00
parent 6c3a5d5634
commit 5511705814
5 changed files with 17 additions and 9 deletions
+5 -6
View File
@@ -1,14 +1,13 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Alapatch",
"name": "Alapatch - A microKORG Patch Editor",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "favicon.svg",
"sizes": "any"
}
],
"start_url": ".",
"start_url": "/alapatch",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"