Installed PWAs pick up new deploys

Frontend nginx sent no cache-control, so an installed iOS/Android PWA kept a stale index.html and never updated. index.html/sw.js/manifest now revalidate (ETag), hashed assets are immutable — installed apps fetch the latest version on next launch.