finances/public/manifest.json
2025-03-13 08:30:49 +01:00

16 lines
305 B
JSON

{
"name": "Finances",
"short_name": "Finances",
"icons": [
{
"src": "/logo_t_hq_o.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#0B0908",
"background_color": "#0B0908",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}