Edit title and icons

This commit is contained in:
Lucàs
2022-08-29 19:47:07 +02:00
parent 3f8da8b493
commit ae5cbccebd
13 changed files with 14 additions and 31 deletions
+12 -18
View File
@@ -1,25 +1,19 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"name": "Binary to Decimal",
"short_name": "Bin2Dec",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"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": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}