manifest.cache is HTML5 application caching mechanism
manifest.cache is HTML5 application caching mechanism
Enabling the application cache
To enable the application cache for an application, you must include the manifest attribute in the element in your application's pages, as shown in the following example:
<html manifest="example.appcache">
https://developer.mozilla.org/en-US/docs/Web/HTML/Using_the_application_cache