{
    "name": "E-Rent",
    "short_name": "E-Rent",
    "id": "/",
    "start_url": "./",
    "scope": "./",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui"
    ],
    "lang": "ru",
    "background_color": "#0175C2",
    "theme_color": "#0175C2",
    "description": "Клиент E-Rent: аренда и личный кабинет.",
    "orientation": "portrait-primary",
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "icons/screenshot-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide",
            "label": "E-Rent web app"
        },
        {
            "src": "icons/screenshot-mobile.png",
            "sizes": "720x1280",
            "type": "image/png",
            "label": "E-Rent mobile app"
        }
    ]
}
