Web App Manifest Generator
Create a valid manifest.webmanifest file for a PWA, with app names, launch behavior, icons, and colors ready to copy or download for free.
What is a web app manifest?
A web app manifest is a JSON file that describes how a website should appear and launch when a browser treats it like an installable web app. It commonly includes the app name, short name, icons, start URL, display mode, and colors.
This free web app manifest generator creates a focused manifest.webmanifest file for a progressive web app. It keeps the output readable and includes two common PNG icon sizes so you can review the exact values before publishing.
A manifest alone does not guarantee an install prompt. The file must be served from your site, linked with the correct HTML relationship, and paired with an app that meets the requirements of the browser and platform you target.
How to use a web app manifest
Describe the app
Enter the full name, compact short name, and a description that matches the purpose of the deployed web app.
Set launch behavior
Choose the start URL, scope, and display mode. Keep scope broad enough to cover the app routes users will open.
Publish and test
Save the download as manifest.webmanifest, link it from HTML, confirm the icon URLs resolve, and test installation on your target browsers.
The generated file includes name for the full label, short_name for limited space, start_url for launch navigation, and display for the app-like window mode. The icon entries should point to real files on the same deployed origin or a permitted absolute URL.
For a quick check after publishing, inspect the page with the Favicon Checker and review related metadata with the Meta Tag Checker.
Common Use Cases
- Creating a starter manifest for a progressive web app.
- Preparing install metadata during a website or frontend migration.
- Standardizing app icons, launch paths, and display preferences across environments.
- Generating a reviewable manifest for a client, developer, or CMS handoff.
- Checking that PWA metadata uses consistent names, colors, and icon paths.
FAQ
What is a free web app manifest generator?
What should a web app manifest include?
Where do I put manifest.webmanifest?
What is the difference between name and short_name in a PWA manifest?
Should start_url and scope use absolute URLs?
Which display mode should I choose for a web app?
Does a manifest make my website installable automatically?
Related Resources
Favicon Checker
Audit favicon, touch icon, and manifest icon coverage on a live page.
Open tool →Meta Tag Checker
Review page titles, descriptions, canonical URLs, and social metadata.
Open tool →Structured Data Extractor
Extract JSON-LD and schema.org data from a live page.
Open tool →HTML to Markdown Converter
Convert page fragments into clean, reusable Markdown.
Open tool →For repeatable web research and data workflows, explore the Lection home page or review workflow options on the pricing page.