Commit Graph

3 Commits

Author SHA1 Message Date
Zachary 9154213868
Add maskable PWA icon (#227) 2026-02-24 17:18:25 +00:00
Gurjit Singh ee2b826b5c fix: correct MIME type for PWA manifest icons
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.
2025-11-28 12:25:51 +01:00
JovannMC 892dbfcc09
feat: start PWA support 2025-02-11 15:24:29 +03:00