Is it possible to add a cache manifest programmatically right after the page was loaded? Like adding the attribute to the html
tag with JavaScript and re-init/re-load the page?
I want to add a cache manifest to a page but cannot edit its HTML itself.