{
    "name": "LiveGMP - Live IPO GMP Tracker",
    "short_name": "LiveGMP",
    "description": "India's #1 Real-Time IPO GMP Tracker & Paper Trading Simulator. Track Grey Market Premiums, Subscription Status, and practice trading risk-free.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "lang": "en-IN",
    "dir": "ltr",
    "scope": "/",
    "categories": [
        "finance",
        "business"
    ],
    "icons": [
        {
            "src": "/icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/apple-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "apple touch icon"
        }
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "label": "LiveGMP Dashboard - Live IPO GMP Tracker"
        }
    ],
    "shortcuts": [
        {
            "name": "Live GMP Dashboard",
            "short_name": "Dashboard",
            "description": "View all current IPO GMP data",
            "url": "/",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "512x512"
                }
            ]
        },
        {
            "name": "IPO Allotment Status",
            "short_name": "Allotment",
            "description": "Check your IPO allotment result",
            "url": "/ipo-allotment-status",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "512x512"
                }
            ]
        },
        {
            "name": "Paper Trading",
            "short_name": "Paper Trade",
            "description": "Practice trading with virtual money",
            "url": "/paper-trading",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "512x512"
                }
            ]
        },
        {
            "name": "Blog",
            "short_name": "Blog",
            "description": "IPO analysis and market insights",
            "url": "/blog",
            "icons": [
                {
                    "src": "/icon.png",
                    "sizes": "512x512"
                }
            ]
        }
    ]
}