{
    "name": "Mishpa Billing Software",
    "short_name": "Mishpa Billing",
    "description": "Mishpa Stitching Studio Billing Software",

    "start_url": "/auth/login.php",
    "scope": "/",

    "display": "standalone",

    "orientation": "portrait",

    "background_color": "#f5f0e8",
    "theme_color": "#8B1E3F",

    "icons": [
        {
            "src": "/assets/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/assets/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}