Getting Started with a Web App Manifest

Start building a PWA by creating a web app manifest file.

What is a web app manifest file?

A web manifest is a JSON file containing information about our PWA. The browsers use the web manifest’s properties to install the PWA on the user’s device.

For a web app to be installed on the user’s device, it must meet the install criteria set by the browsers. A web app should have a valid manifest file attached to all its HTML pages to fulfill this criterion.

Get hands-on with 1200+ tech skills courses.