Web App Manifest is a JSON document that provides application metadata for The Progressive Web Apps. Use the form below to generate the JSON file and optionally upload an app icon.
{
"name": "app name",
"short_name": "short name",
"theme_color": "#fff",
"background_color": "#fff",
"display": "browser",
"orientation": "portrait",
"scope": "/",
"start_url": "/"
}
The Web App Manifest allows specifying icons of varying sizes. Upload a 512x512 image for the icon by clicking on the field below and we'll generate the remaining sizes.