captains-log/frontend/public/site.webmanifest
Drew Galbraith 68dbaa32c9 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>
2025-09-24 01:18:51 +00:00

19 lines
No EOL
385 B
JSON

{
"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"
}