PWA Stuffs
WebDev
Progressive Web App
Progressive Web Apps need a few things to get started, and here the basics:
Manifest
This is an instruction sheet essentially for telling the browser what's what, and where, and to load some icons, etc.
Service Worker
This is the JS that will do ...