mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 18: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.
6 lines
294 B
XML
6 lines
294 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="16" cy="16" r="15" fill="#3b82f6"/>
|
|
<text x="8" y="22" fill="white" font-family="Arial" font-weight="bold" font-size="18">LD</text>
|
|
</svg>
|