Pwa checklist for the google play store

Sami C.
1 min readFeb 20, 2020

--

Before putting your PWA on the Google Play Store, you’ll need to pass a checklist.

Baseline Progressive Web App Checklist

  1. Page load is fast enough on 3G
  2. Offline capabilities
  3. User can be prompted to Install the Web App
  4. Use a secure connection (HTTPS)
  5. Has a <meta name=”viewport”> tag with width or initial-scale
  6. Registers a service worker
  7. Contains some content when JavaScript is not available
  8. Configured for a custom splash screen
  9. Address bar matches brand colors
  10. Content is sized correctly for the viewport
  11. The short_name won’t be truncated on the home screen
  12. Cross browser support
  13. Page transitions don’t feel like they block on the network
  14. Each page has a URL

You can find a complete list on the developer google page:

Happy programming!

--

--

Sami C.
Sami C.

Written by Sami C.

Freelance Software Engineer

No responses yet