add favicon

This commit is contained in:
cottongin
2026-01-18 07:01:56 -05:00
parent bbf4d88f61
commit 2a839de999
9 changed files with 44 additions and 2 deletions

21
site.webmanifest Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "ECHO REALITY - 16-Bit Cassette Player",
"short_name": "ECHO REALITY",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"display": "standalone"
}