mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 15:32:10 +01:00
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.
20 lines
353 B
JSON
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"
|
|
}
|