A web app manifest is a JSON file that tells the browser how your Progressive Web App (PWA) should behave when installed on the user's desktop or mobile device. At minimum, a typical manifest file includes: The app's name The icons the app should use The URL that should be opened when the app launches Create the manifest file The manifest file can have any name, but it's commonly named manifest.js