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.”
Learn More at buildDay Melbourne
Want to understand these concepts hands-on? Join our one-day workshop and build a real web application from scratch.
Related Terms
Progressive Web App (PWA)
A website that can work like a native app, with offline support, push notifications, and home screen installation.
Service Worker
A script that runs in the background of a browser, enabling features like offline support and push notifications.
Frontend
The part of a website or app that users see and interact with directly
React
A popular tool for building user interfaces, created by Facebook, that makes complex UIs easier to manage
Next.js
A framework built on React that adds features like page routing, server-side rendering, and API handling
CSS
The language that controls how websites look, including colours, fonts, spacing, and layout