Getting Started with a Web App Manifest
Start building a PWA by creating a web app manifest file.
We'll cover the following...
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.
Access this course and 1400+ top-rated courses and projects.