This commit is contained in:
Joey Kimsey
2025-01-28 17:05:57 -05:00
parent fe93c715e5
commit 6c82027030
27 changed files with 167 additions and 83 deletions

7
manifest.webmanifest Normal file
View File

@ -0,0 +1,7 @@
{
"icons": [
{ "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
{ "src": "/images/icon-mask.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" },
{ "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" }
]
}