UT
UsefulToolkit
Home
About
Contact
Blog
Home
About
Contact
Blog
Home
/
Developer Tools
/
Manifest.json Generator
Manifest.json Generator
Generate PWA manifest.json files with all required fields.
App Name
Short Name
Description
Start URL
Display
standalone
fullscreen
minimal-ui
browser
Orientation
any
portrait
landscape
Theme Color
Background Color
Icon 192x192 Path
Icon 512x512 Path
manifest.json
Copy
{ "name": "My App", "short_name": "App", "description": "A progressive web application.", "start_url": "/", "display": "standalone", "orientation": "any", "theme_color": "#4f46e5", "background_color": "#ffffff", "icons": [ { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png" } ] }