Given a simple, static website with multiple HTML files. I would like the website to be available offline, once loaded.
Is there a generic Service Worker (library on a CDN) which I can use by just referencing the .js
?
I would like to extend my website with new HTML pages and resources (images) without having to change the Service Worker code. The new resources need to be available offline only after once loaded, of course.