Use wheel favicon.

This commit is contained in:
Drew 2025-09-23 17:31:48 -07:00
parent 8e6ac03f70
commit 6ac4c65de4
10 changed files with 96 additions and 1 deletions

View file

@ -0,0 +1,19 @@
{
"name": "Captain's Log",
"short_name": "Captain's Log",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#d69e2e",
"background_color": "#ffffff",
"display": "standalone"
}