Adds favicon and other static assets

This commit is contained in:
Alicia Sykes
2023-06-25 15:31:28 +01:00
parent 62b333984f
commit 0602fd6beb
10 changed files with 10 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "Web Check",
"name": "Lissy93/Web-Check",
"icons": [
{
"src": "favicon.ico",
@@ -8,18 +8,13 @@
"type": "image/x-icon"
},
{
"src": "logo192.png",
"src": "apple-touch-icon.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "180x180"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
"theme_color": "#9fef00",
"background_color": "#141d2b"
}