PWA Manifest Generator
Create a web app manifest.json for your Progressive Web App — all in your browser
App details
These drive the install prompt and splash screen
manifest.json
Link with <link rel="manifest">
{
"name": "My Awesome App",
"short_name": "MyApp",
"description": "A progressive web app built with modern tooling.",
"start_url": "/",
"display": "standalone",
"theme_color": "#2563eb",
"background_color": "#ffffff",
"icons": [
{
"src": "/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}Frequently asked questions
Related tools
Token Cost Calculator
Estimate LLM API costs from input and output token counts across OpenAI, Anthropic, and Google models — or plug in custom per-million-token prices
Robots.txt Generator
Generate a valid robots.txt for search engines and AI crawlers — allow/disallow rules per user-agent, crawl-delay, sitemap directive, and one-click presets to block AI bots
Sitemap.xml Generator
Turn a list of URLs into a valid XML sitemap for search engines, with optional lastmod, changefreq, and priority per the sitemaps.org schema
Security.txt Generator
Generate an RFC 9116 security.txt with Contact, Expires, Encryption, Acknowledgments, Policy and more so researchers know how to report vulnerabilities to you
HTTP Header Builder
Assemble HTTP request headers from a form and export them as a raw request block, a curl command, or a JavaScript fetch() call
IPv6 Address Expander
Expand a compressed IPv6 address to its full 8-group form and compress it back per RFC 5952 — with validation, embedded-IPv4 support, and a per-group breakdown