The Application tab in Chrome’s Developer Tools includes the following sections:
- Manifest inspect the web app's manifest.
- Service Workers lists services worker installed for the application. This section provides a way to update and unregister service workers and send simulated push notifications.
- Cache inspect, delete, and clear any offline resources that have been cached by the service worker.
- Cookies inspect, delete and edit the cookies relating to the application, sorted by origin domain.
- Clear storage delete all application data stored in the browser. It allows you to unregister service workers and clear all caches and storage in one click.