29c05b4be699af8f3052e4f8161d6ea91eca6558
The shell cache was cache-first: once a browser had static/css/mobile.css cached, nothing in the fetch handler ever re-requested it, so every CSS/JS fix shipped since install stayed invisible (exactly what happened with the crest becoming round -- an already-loaded app kept showing the old hexagon). Switched to network-first with a cache fallback for offline use only, and bumped the cache name so existing installs drop their stale v1 cache on next activation. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ECGMEwrc2k4D8VQuwjstj9
Description
No description provided
Languages
Python
59.1%
HTML
28.3%
CSS
8%
JavaScript
4.2%
Shell
0.2%
Other
0.2%