Files
livedash-node/public/manifest.json
Kaj Kowalski 7479f3ec97 Adds favicon and manifest
Adds favicon and web manifest to improve the app's installability and appearance as a Progressive Web App (PWA).

Also adds `.gitignore` entries for the parser output directories.
2025-05-21 22:53:43 +02:00

20 lines
353 B
JSON

{
"name": "LiveDash",
"short_name": "LiveDash",
"icons": [
{
"src": "/favicon.svg",
"sizes": "32x32",
"type": "image/svg+xml"
},
{
"src": "/icon-192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
}
],
"theme_color": "#3b82f6",
"background_color": "#ffffff",
"display": "standalone"
}