{
    "name": "uBidee - Аукцион редких вещей",
    "short_name": "uBidee",
    "description": "Платформа для аукционной продажи редких и уникальных товаров",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#004c23",
    "orientation": "portrait",
    "appleWebApp": {
        "capable": true,
        "statusBarStyle": "default",
        "title": "uBidee"
    },
    "viewport": {
        "width": "device-width",
        "initialScale": 1,
        "maximumScale": 2,
        "minimumScale": 1,
        "userScalable": true,
        "viewportFit": "cover"
    },
    "icons": [
        {
            "src": "/icons/pwa.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "72x72",
            "type": "image/png"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "128x128",
            "type": "image/png"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "256x256",
            "type": "image/png"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "384x384",
            "type": "image/png"
        },
        {
            "src": "/icons/pwa.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}