{
    "name": "ZXH OFFICIAL - Virtual Credit Card Generator",
    "short_name": "ZXH VCC Generator",
    "description": "Free online virtual credit card generator for testing purposes. Generate Visa, MasterCard, American Express, and Discover test cards with full details. Powered by Zulqarnain X Haider.",
    "id": "/vcc-generator/",
    "start_url": "/vcc-generator/index.html",
    "scope": "/vcc-generator/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#0b0f14",
    "theme_color": "#0b0f14",
    "lang": "en",
    "dir": "ltr",
    "categories": ["utility", "developer tools", "finance"],
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Generate Cards",
            "short_name": "Generate",
            "description": "Quickly generate VCC cards",
            "url": "/vcc-generator/index.html?action=generate",
            "icons": [
                {
                    "src": "icons/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "prefer_related_applications": false,
    "display_override": ["standalone", "minimal-ui"],
    "handle_links": "preferred"
}