Tech News
← Back to articles

Minimal files and config for a PWA

read original related products more articles

This 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.