App Settings
Maintenance actions for cache, updates, and offline behavior.
Updates
Force the app to pick up a new version immediately.
Offline Cache
Clear cached pages and API responses. The app will reload clean.
Developer
Unregister the service worker and purge caches. Useful during development.
Note: The service worker auto-registers only in production. In development, set NEXT_PUBLIC_ENABLE_SW=true to enable it.