Generate a PWA web app manifest (manifest.json) with a full icon set, install meta tags and an installability check.
Build a complete manifest.json for an installable PWA, generate the icon set from a source image, and check it against the install criteria. Need classic favicons too? Use the Favicon Generator.
Identity
Display & theme
Display override (ordered fallback)
Theme color
Background color
Categories
Icons
Additional icon entries
Screenshots
Shortcuts
Advanced
Related applications
Add to your <head>
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#0f172a">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="msapplication-TileColor" content="#0f172a">