Progressive Web App
Turn your application into an installable web app using service workers, offline caching and a custom web manifest.
- The Web App — Running the platform as an installable app — what that changes, where it starts, and remembering where somebody was.
- Service Workers — The engine behind offline caching and push notifications — switching it on, its three scopes, and web push.
- Offline Cache — What is stored on the device for offline use, how the list is built, and the staleness that caching buys you.
- Web App Manifest — The file describing the installed app — its name, icon, colours and starting address.