What are some requirements to make the website installable as PWA?

Technology CommunityCategory: PWAWhat are some requirements to make the website installable as PWA?
VietMX Staff asked 3 years ago

To make the website installable, it needs the following things in place:

  • A web manifest, with the correct fields filled in
  • The website to be served from a secure (HTTPS) domain
  • An icon to represent the app on the device
  • A service worker registered, to make the app work offline (this is required only by Chrome for Android currently)