Back to Glossary
FrontendIntermediate

What is Web Manifest?

A JSON file that tells the browser how your web app should appear when installed on a device.

Why It Matters

The web manifest controls the app name, icon, theme colour, and display mode when added to a home screen.

Real-World Example

Defining the app name, icon, and splash screen colour in manifest.json for home screen installation.

“Understanding terms like Web Manifest matters because it helps you have better conversations with developers and make smarter decisions about your software. You do not need to be technical. You just need to know enough to ask the right questions.”

Callum Holt, Founder, 13Labs

From definition to deployment

Knowing the term is step one. Using it in something real is the rest.