I'm writing a HTML5 application that uses "Application Cache with manifest".
However, while I'm developing I want to turn it off.
I tried removing the manifest attribute from the tag and switching everything to network in the manifest file.
Although it did update on the first update, all subsequence updates are still read from the cache rather than the server.
I can see that the HTML file has updated and there is no longer a manifest attribute on the tag, yet it still loads from the cache.
I can't seem to figure out how to turn it off once you've set it, so here's my question:
Is there a way to turn off "Application Cache with manifest" in Google Chrome?