Is there a way to “cache everything” on a website so that you dont have to add every resource by uri to the manifest?
Something like:
CACHE MANIFEST
*.png
instead of
CACHE MANIFEST
my_image_1.png
my_image_2.png
my_image_3.png
my_image_4.png
my_image_5.png
my_image_6.png
my_image_7.png
...
No: the CACHE section doesn’t allow wildcards. But if it’s simpler for you insert the manifest entry () in every page you want to cache. Every page with that entry gets cached even without being included in the manifest (master entries).