{
    "id": "/dashboard",
    "name": "WebYetu",
    "short_name": "WebYetu",
    "description": "Build beautiful websites in minutes. Manage your business website, domains, and email from anywhere.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#ffffff",
    "theme_color": "#426DDC",
    "categories": [
        "business",
        "productivity"
    ],
    "icons": [
        {
            "src": "/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/assets/images/screenshot-mobile.png",
            "sizes": "472x1024",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "WebYetu Dashboard on mobile"
        },
        {
            "src": "/assets/images/screenshot-desktop.png",
            "sizes": "1024x829",
            "type": "image/png",
            "form_factor": "wide",
            "label": "WebYetu Dashboard on desktop"
        }
    ]
}