This recipe illustrates how to cache contents from a zipfile.
Intermediate
As a web developer I want to distribute my applications as individual zipped packages, so that I can reduce the number of HTTP requests and provide an implicit way of listing all resources for offline use.
While installing the SW, download the zipfile and decompress, caching each of resources.
Beyond Offline