{
    "name": "ForecastHub – Prediction Markets",
    "short_name": "ForecastHub",
    "description": "Live prediction market analytics. Browse, search and track real-time market probabilities.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#6366f1",
    "orientation": "portrait-primary",
    "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"
        }
    ],
    "categories": ["finance", "news"],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Browse Markets",
            "short_name": "Markets",
            "description": "Browse all open prediction markets",
            "url": "/markets",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "My Watchlist",
            "short_name": "Watchlist",
            "description": "View your saved markets",
            "url": "/watchlist",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
