Minimal files + config for a PWA
See the codeThis is the minimal set of files for a "progressive web app" to be installable on Android and iOS.
It contains the smallest possible manifest.json and service worker to trigger the install flow on Chrome.
An even smaller implementation that fits in a single HTML file is in single-file-pwa.html. It has a manifest.json that is dynamically generated from JavaScript, and it is installable without a service worker.
14 commits
HTML
97.7%
Makefile
1.7%
Minimal files + config for a PWA
See the codeThis is the minimal set of files for a "progressive web app" to be installable on Android and iOS.
It contains the smallest possible manifest.json and service worker to trigger the install flow on Chrome.
An even smaller implementation that fits in a single HTML file is in single-file-pwa.html. It has a manifest.json that is dynamically generated from JavaScript, and it is installable without a service worker.
14 commits
HTML
97.7%
Makefile
1.7%