Info
A Progressive Web App (PWA) manifest is a simple JSON file that provides essential information about your website or app. It defines how your site should appear and behave when installed on a device, including the app name, icons, colors, and display mode.
Using this tool, you can quickly generate a valid manifest.json file without coding. Just fill in the required fields, and the generator will create the file you need to:
• Make your site installable on Android, iOS (via Safari), and desktop browsers.
• Provide users with an app-like experience.
• Control your PWA’s icon, theme color, and how it opens.
Once generated, simply copy the code and save it as manifest.json. Then, link it in your site’s HTML <head>:
<link rel="manifest" href="/manifest.json">