PWA Manifest Generator
Generate a manifest.json file for Progressive Web Apps. Configure all fields and download.
manifest.json
{
"name": "My App",
"short_name": "App",
"description": "A progressive web app.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#4f46e5",
"icons": [
{
"src": "/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}HTML Link Tag
<link rel="manifest" href="/manifest.json">
Related tools
UUID GeneratorGenerator
Generate UUIDv4 locally in your browser.
UUIDv7 GeneratorGenerator
Generate time-ordered UUIDv7 values locally in your browser.
NanoID GeneratorGenerator
Generate NanoID identifiers locally in your browser.
ULID GeneratorGenerator
Generate ULIDs locally in your browser.
Fake Data GeneratorGenerator
Generate fake names, emails, addresses, phone numbers, companies, and dates in your browser.
Table GeneratorGenerator
Generate tables in HTML, Markdown, CSV, TSV, LaTeX, and ASCII formats.