The application cache is automatically checking and updating files every time the client visits the site. Lets say that the cache is only to be updated upon click of a button. The click adds the "manifest" to the tag, for only that request. At the next request, the "manifest" is removed.
Will the files still be in cache, or are they removed by the browser?
Will the manifest cached files still be used when the manifest is not defined in the tag?