PWA Checklist **Fast and reliable** - [ ] Page should be fast enough on mobile networks - [ ] Respond with a 200 when offline - [ ] start_url should respond with a 200 when offline. **Installable** - [ ] Use HTTPS - [x] Register a service worker that controls page and start_url - [x] Web app manifest should meet the installability requirements **PWA Optimized** - [ ] Redirect HTTP traffic to HTTPS - [x] Configure for a custom splash screen - [x] Set a theme color for the address bar. - [ ] Content should be sized correctly for the viewport - [x] Has a <meta name="viewport"> tag with width or initial-scale - [ ] Contains some content when JavaScript is not available - [x] Provide a valid apple-touch-icon - [ ] Manifest should have a maskable icon Validate these against an Audit check in Google Chrome Developer tools for a PWA
PWA Checklist
Fast and reliable
Installable
PWA Optimized
Validate these against an Audit check in Google Chrome Developer tools for a PWA