PWA Manifest Generator - Online manifest.json Builder

Generate PWA manifest.json files online. Configure app name, icons, theme color, display mode, and orientation.

Share

Quick Templates

App Information

Configuration

Colors

Icons

Preview

{
  "name": "My PWA App",
  "short_name": "PWA",
  "description": "A progressive web application",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#000000",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

Related Tools

More Utility Tools