{
  "name": "OddsHub - Real-Time Odds Comparison",
  "short_name": "OddsHub",
  "description": "Compare real-time sports betting odds from top bookmakers and get the best prices on Football, Basketball, Tennis, and more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#1d9bf0",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["sports", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Football Odds",
      "short_name": "Football",
      "description": "View football betting odds",
      "url": "/football",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Basketball Odds",
      "short_name": "Basketball",
      "description": "View basketball betting odds",
      "url": "/basketball",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    },
    {
      "name": "Tennis Odds",
      "short_name": "Tennis",
      "description": "View tennis betting odds",
      "url": "/tennis",
      "icons": [{ "src": "/favicon-32x32.png", "sizes": "32x32" }]
    }
  ]
}
