Create compliant website manifests in seconds with smart color extraction, icon generation and website analysis
Drag and drop an icon, or click to select
Supported formats: PNG, JPG, JPEG, GIF, SVG
When enabled, the browser will prioritize showing related native applications in the app install banner instead of the PWA. This is useful if you have a native app that provides a better experience than the web app.
{
"name": "",
"short_name": "",
"description": "",
"start_url": "/",
"display": "standalone",
"orientation": "any",
"scope": "/",
"lang": "en",
"background_color": "#ffffff",
"theme_color": "#000000",
"prefer_related_applications": false,
"icons": []
}
manifest.json
file in the root directory of your websitemanifest.json
in the public
foldersite_icons
folder in the same directory and place all icon files therefavicon.ico
and favicon.png
in the root directory