generated from nhcarrigan/template
009a68a0d2
The PWA implementation was causing too many issues: - Service worker conflicts with CSP policies - 429 rate limiting errors - Application freezing - External resource blocking Removed: - service-worker.js - manifest.json - offline.html - PWA service and install component - PWA meta tags from index.html - PWA asset configuration The library now functions as a standard web app without PWA features. This provides a more stable and reliable user experience.