Web App Manifest Generator
Generate a site.webmanifest (PWA) with name, icons, colors, display, and scope. Everything is processed on your device, nothing is sent to a server.
Everything runs in your browser. Your data is never sent to our servers.
Example
Example Input
Name + icons + colors
Example Output
{ "name": …, "icons": […] }How to Use
- 1Fill the input fields with your details (title, URL, description, etc.).
- 2If there are options (e.g. a type or toggles), adjust them to your needs.
- 3Click Generate (or press Ctrl+Enter).
- 4Copy the result from the output box and paste it into your site. (Some tools show a visual preview.)
About Web App Manifest Generator
Web App Manifest Generator builds the site.webmanifest (manifest.json) file that makes your site installable as a Progressive Web App (PWA). It carries name, short_name, icons, theme/background color, display mode, and scope.
Link it via <link rel="manifest" href="/site.webmanifest">. Provide at least 192×192 and 512×512 icons. Icon format: "src|sizes|type" per line.
FAQ
Is my data sent to a server?
No. Everything is generated in your browser with JavaScript. Nothing is uploaded, logged, or stored on our servers — safe for any data.
Is the output ready to use?
Yes. The output is valid, ready-to-paste markup/files for your <head>, your domain root, or the appropriate file. Always test structured data with Google’s Rich Results Test where relevant.