mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 15:12:09 +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.
7 lines
421 B
XML
7 lines
421 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
|
<!-- Simple version for favicon.ico generation -->
|
|
<circle cx="16" cy="16" r="15" fill="#3b82f6" />
|
|
<path d="M10,22 L10,16 L13,16 L13,22 Z M15,22 L15,12 L18,12 L18,22 Z M20,22 L20,14 L23,14 L23,22 Z" fill="white" />
|
|
<text x="9.5" y="10" fill="white" font-family="Arial" font-weight="bold" font-size="13">LD</text>
|
|
</svg>
|