PWA
Advantages
- Install on a home screen
- Work better when network is sketchy
- Improved conversion
- Platform agnostic
- No app store
- Less storage space
- Built with Javascript, HTML, and CSS
Home Screen
- https://developers.google.com/web/fundamentals/app-install-banners/
Manifest
- Icons are required to meet installability requirement
- Short name: 12 char
- Name: 45 char
Service Workers
- https://developers.google.com/web/fundamentals/primers/service-workers/