Web App Manifest Generator

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.

manifest.json

{
    "name": "app name",
    "short_name": "short name",
    "theme_color": "#fff",
    "background_color": "#fff",
    "display": "browser",
    "orientation": "portrait",
    "scope": "/",
    "start_url": "/"
}