{
  "name": "SportsPulse",
  "short_name": "SportsPulse",
  "description": "AI-Powered Sports News, Live Scores & Daily Fantasy Picks",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a0a0f",
  "theme_color": "#c8102e",
  "categories": ["sports", "news", "entertainment"],
  "lang": "en",
  "icons": [
    {
      "src": "/assets/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Fantasy Picks",
      "short_name": "Fantasy",
      "description": "Today's DFS fantasy picks across all sports",
      "url": "/fantasy-picks.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Betting Tips",
      "short_name": "Bets",
      "description": "Today's AI-powered betting predictions",
      "url": "/betting-tips.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Soccer News",
      "short_name": "Soccer",
      "description": "Latest soccer match reports and previews",
      "url": "/soccer.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Standings",
      "short_name": "Tables",
      "description": "League standings and tables",
      "url": "/standings.html",
      "icons": [{ "src": "/assets/favicon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [],
  "related_applications": [],
  "prefer_related_applications": false
}
