ice/public
Claude Code c13b61cd03 Add Progressive Web App functionality
- Add web app manifest for home screen installation
- Implement service worker with offline caching strategy
- Create offline fallback page with auto-reconnect
- Generate PWA icons in multiple sizes (72px-512px)
- Add PWA meta tags and Apple Touch icons to all pages
- Register service worker with graceful degradation
- Update documentation with PWA installation instructions
- Add browserconfig.xml for Windows tile support

Features:
- Installable on mobile and desktop
- Offline functionality with cached resources
- App-like experience in standalone mode
- Automatic updates when online
- Works seamlessly with existing progressive enhancement

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-06 00:46:00 -04:00
..
icons Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
admin.html Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
admin.js Fix map display and auto theme detection 2025-07-04 16:36:41 -04:00
app-google.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00
app-mapbox-refactored.js Refactor architecture: Add models/services layer and refactor frontend 2025-07-05 19:21:51 -04:00
app-mapbox.js Fix map display and auto theme detection 2025-07-04 16:36:41 -04:00
app-refactored.js Refactor architecture: Add models/services layer and refactor frontend 2025-07-05 19:21:51 -04:00
app.js Apply suggestions from code review 2025-07-06 00:13:37 -04:00
browserconfig.xml Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
favicon.svg Update HTML files to use Bunny.net CDN for static assets 2025-07-03 20:44:16 -04:00
index.html Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
manifest.json Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
map-base.js Refactor architecture: Add models/services layer and refactor frontend 2025-07-05 19:21:51 -04:00
offline.html Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
privacy.html Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
style-backup.css Remove unused Sass/SCSS setup 2025-07-03 21:56:26 -04:00
sw.js Add Progressive Web App functionality 2025-07-06 00:46:00 -04:00
test-refactored.html Refactor architecture: Add models/services layer and refactor frontend 2025-07-05 19:21:51 -04:00
utils.js Create shared utility module to eliminate function duplication 2025-07-04 13:22:17 -04:00