{
    "name": "4CLINIC Management System",
    "short_name": "4CLINIC",
    "description": "نظام فوركلنك لادارة العيادات التخصصية والتجميل",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#1B3157",
    "orientation": "any",
    "display_override": ["standalone", "fullscreen"],
    "icons": [
        {
            "src": "static/icons/iconx-72x72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-96x96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-128x128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-144x144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-152x152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-384x384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "static/icons/iconx-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "4CLINIC Login",
            "short_name": "Login",
            "description": "Open Medical Clinic Login",
            "url": "/",
            "icons": [
                {
                    "src": "static/icons/iconx-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "prefer_related_applications": false
}