-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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
- Register a service worker that controls page and start_url
- Web app manifest should meet the installability requirements
PWA Optimized
- Redirect HTTP traffic to HTTPS
- Configure for a custom splash screen
- Set a theme color for the address bar.
- Content should be sized correctly for the viewport
- Has a tag with width or initial-scale
- Contains some content when JavaScript is not available
- 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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request