Create a compass favicon and AppBar Icon. (#11)

Reviewed-on: #11
Co-authored-by: Drew Galbraith <drew@tiramisu.one>
Co-committed-by: Drew Galbraith <drew@tiramisu.one>
This commit is contained in:
Drew 2025-09-24 01:18:51 +00:00 committed by Drew
parent 8e6ac03f70
commit 68dbaa32c9
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"
}