chr15m/minimal-pwa

Minimal files + config for a PWA

HTML

487

14 commits

updated Sep 29, 2025

See the code

README

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.

minimal
pwa
template
web-app

Contributors

chr15m

14 commits

chr15m/minimal-pwa

Minimal files + config for a PWA

HTML

487

14 commits

updated Sep 29, 2025

See the code

README

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.

minimal
pwa
template
web-app

Contributors

chr15m

14 commits

Languages

HTML

97.7%

Makefile

1.7%