What is a Manifest file?

0

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 Apr 15, 2023 at 00:23
Sign in to add a comment

1 Answer

1
0
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.
answered Nov 30, 2025 at 21:35

Your Answer

Sign in to post your answer and help the community.