{
    "name": "Payment Gateway Admin",
    "short_name": "PayGateway",
    "description": "Payment Gateway Admin Panel",
    "start_url": "./dashboard.php",
    "scope": "./",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0b0f1a",
    "theme_color": "#6366f1",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
