Web App Manifest Generator

Fill in your PWA settings and instantly get a ready-to-use manifest.json you can copy or download.

Manifest Settings

Icon paths point to your actual image files. The tool generates the JSON entry — you supply the images.

manifest.json



            
            
        

Add to your HTML

<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#0A2540">
Copied!

Summary

Fill in your PWA settings and instantly get a ready-to-use manifest.json you can copy or download.

How it works

  1. Enter your app name, short name, and start URL in the form.
  2. Choose a display mode (standalone, fullscreen, minimal-ui, or browser).
  3. Pick theme color and background color using the color pickers.
  4. Select your preferred screen orientation.
  5. Add or remove icon size entries to match your icon assets.
  6. Copy the generated JSON or click Download to save manifest.json.

Use cases

  • Bootstrap a new PWA project with a valid manifest.json in seconds.
  • Verify all required fields are present before submitting to a PWA audit.
  • Quickly prototype different display modes and theme colors.
  • Generate icon size arrays without memorizing the recommended sizes.
  • Share a downloadable manifest.json with a client or teammate.
  • Refresh an outdated manifest from a legacy project.
  • Validate that your app name and short name fit platform constraints.
  • Teach web developers the structure of the Web App Manifest spec.

Frequently Asked Questions

Last updated: 2026-06-10 · Reviewed by Nham Vu