Web Manifest Generator
Generate a manifest.webmanifest and its icons from your logo and app name.
01 / How it works
How to use
01
Drop a square logo
PNG, JPG, WebP or SVG.
02
Fill in the details
App name, short name, theme and background colors, and display mode.
03
Download the ZIP
The manifest and its icons, ready to copy into your site.
02 / Guide
Your app’s identity, in one file
- web-manifest.zip with manifest.webmanifest and 3 icons
- Your name, short name, colors and display mode written into the manifest
{
"name": "Your app",
"short_name": "App",
"start_url": "/",
"display": "standalone"
}03 / Guide
Privacy — runs in your browser
Everything happens on your device. Your file is never uploaded, and there is nothing to delete later.
04 / Guide
The finishing touch for an installable site
- Add install support to a static site
- Set the name and colors a phone shows for your site on the home screen
- Clear a missing-manifest warning in your browser's dev tools
05 / Keep going