Web App Manifest Generator

Generate a manifest.json for a PWA/installable web app.

{
  "name": "My App",
  "short_name": "My App",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

Files never leave your device - everything is generated entirely in your browser.

Related tools

How it works

  1. 1

    Enter your app details

    Name, colors and display mode.

  2. 2

    See manifest.json generated instantly

    Standard PWA manifest fields.

  3. 3

    Copy and save as manifest.json

    Link it from your page's <head>.

FAQ

Does this tool send my input anywhere?
No - the manifest is generated entirely in your browser.

Tool4U.net — every tool runs in your browser. No file ever leaves your device unless the tool says so.

© 2026 Tool4U.net