Minimal files and config for a PWA
17 hours ago
- #PWA
- #Installable Apps
- #Web Development
- Minimal set of files required for a Progressive Web App (PWA) to be installable on Android and iOS.
- Includes the smallest possible manifest.json and service worker to trigger the install flow on Chrome.
- An even smaller implementation is available in single-file-pwa.html, which uses a dynamically generated manifest.json and doesn't require a service worker.