favicon added to the project

This commit is contained in:
2023-09-26 00:38:00 +03:30
parent 26e6ce2118
commit 7a8a57b3e1
11 changed files with 126 additions and 8 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#981c1c",
"background_color": "#981c1c",
"display": "standalone"
}