A Manifest file is a simple text file that tells the browser what to cache and what not to cache.
There are three sections of a Manifest file:
1) CACHE MANIFEST - Files listed here are cached after they are downloaded for the first time.
2) NETWORK - Files listed here require a connection to the server, and are never cached.
3) FALLBACK - Files listed here specify fallback pages if a page is inaccessible.
Answers (0)