{# Service worker registration at root scope — Obs-010.
/sw.js is served with scope=/ per urls.py but no page actually
registered it, so offline fallback was only firing for /globe/*.
Registering site-wide here makes /offline/ serve as the fallback
for every page in the app-shell. #}