# PWA / Mobile Web

The web client is installable as a Progressive Web App.

- Manifest: `/manifest.webmanifest`
- Service worker: `/sw.js`
- Icons: `/assets/app-icon-192.png`, `/assets/app-icon-512.png`
- Start URL: `/dashboard`

The service worker never caches `/api/*` responses. This prevents sensitive API data from being intentionally persisted in the static shell cache.

On iOS/Android the web experience is responsive. Flutter remains a future native-app path and is not required for the cPanel release.
