App Details
Appearance
Settings
App Icon (Auto-Resize)
Drag & Drop 512x512 Icon or Click to Upload
Create your manifest.json and resize app icons for your PWA instantly.
Drag & Drop 512x512 Icon or Click to Upload
Turning a website into a Progressive Web App (PWA) is one of the best ways to improve user engagement. A key requirement for any PWA is the manifest.json file. This small JSON file tells the browser how your app should behave when installed on a user's device (e.g., on an Android home screen).
Our Web Manifest Generator simplifies this process. Instead of manually typing out JSON code and hoping you didn't miss a comma, you can fill out a simple form. We handle the syntax for you.
Additionally, creating the required icon sizes (192x192 and 512x512) usually requires opening an image editor. This tool includes a built-in Icon Resizer. Just upload your high-quality logo (512x512 recommended), and we automatically generate the correctly sized PNGs. You can then download a ZIP file containing both your manifest and your icons, ready to upload to your server.
manifest.json and images in one package.The Web App Manifest is a JSON file that provides information about a web application in a text file, necessary for the web app to be downloaded and be presented to the user in a manner similar to a native app (e.g., be installed on the home screen of a device).
You should place the `manifest.json` file in the root directory of your website. Then, link to it in the `<head>` section of your HTML using: `<link rel="manifest" href="/manifest.json">`.
These are the standard sizes required by Google Chrome and most other browsers to allow the "Add to Home Screen" prompt. The 192px icon is used for the home screen shortcut, and the 512px icon is used for the splash screen.
Yes. This tool is client-side only. Your app details and uploaded icons are processed in your browser and are never sent to our servers.