favicons and such

This commit is contained in:
Gavin McDonald
2025-05-09 09:30:54 -04:00
parent 2108324cf4
commit a15b80c23e
17 changed files with 54 additions and 0 deletions

22
app/manifest.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "Tarokka",
"short_name": "Tarokka",
"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"
}