mirror of
https://github.com/VERT-sh/VERT.git
synced 2026-01-09 01:39:34 -06:00
The manifest.json was incorrectly specifying 'image/png' as the type for lettermark.jpg icon files. This commit fixes the MIME type to 'image/jpeg' to match the actual file format, ensuring proper PWA standards compliance and preventing potential browser compatibility issues. Also adds .idea/ to .gitignore to exclude JetBrains IDE configuration.