ToolBox
Search 80+ tools…/
DeveloperTextSecurityAI ToolsBlog
Search 80+ tools…

Free AI Tools

Text to SpeechFreeOffline AI ChatFree

Categories

DeveloperTextSecurityAI ToolsImageConverterMathSEO

More

BlogAll Tools
ToolBox

Free and premium mini online tools. Fast, simple, and privacy-friendly.

21 tools & growing

Tools

  • Developer
  • Text
  • Security
  • AI Tools
  • All Tools

Account

  • Sign In
  • Dashboard
  • Buy Credits
  • Favorites

Company

  • Blog
  • API Docs
  • Privacy
  • Terms
© 2026 ToolBox. All rights reserved.Built with♥for developers
HomeToolsDeveloperPWA Manifest Generator

PWA Manifest Generator

Free

Generate a complete PWA manifest.json for installable web apps.

App Details

manifest.json Preview

{
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "lang": "en-US",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ]
}

How to use this manifest

  1. Place the downloaded manifest.json in the root of your web project (e.g., public/manifest.json).
  2. Add the following tag inside the <head> of your HTML:
    <link rel="manifest" href="/manifest.json">
  3. Place your icon files at the paths listed in the icons array (e.g., /icons/icon-192x192.png).
  4. Test installability in Chrome DevTools under Application → Manifest.

Rate this tool

About PWA Manifest Generator

Generate a complete Web App Manifest (manifest.json) for your Progressive Web App. Configure app name, icons, display mode, theme colors, and all required fields to make your website installable.

pwamanifestprogressive web appmanifest.jsonweb appinstallable

Related Tools

Free

JSON Formatter & Validator

Beautify, minify, and validate JSON data instantly.

jsonformatter
Free

Favicon Generator

Upload an image and get all favicon sizes + HTML link tags.

faviconfavicon generator
Free

Open Graph Preview

Preview how your page looks when shared on social media platforms.

open graphog tags