What is a Manifest file?

Asked: Apr 15, 2023

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.

Asked by brijesh

Answers (0)

No answers yet. Be the first to answer!