{
  "name": "Odds Piranha AI Sports Betting",
  "short_name": "Odds Piranha",
  "description": "+EV finder, arbitrage scanner, AI prop analysis, daily cheat sheets",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#090c10",
  "theme_color": "#50D848",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/oddspiranha-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/oddspiranha-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "HR Top 20",
      "short_name": "HR Sheet",
      "description": "Today's MLB home-run board",
      "url": "/homeruns.html",
      "icons": [
        {
          "src": "/oddspiranha-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Strikeouts",
      "short_name": "K Sheet",
      "description": "Today's MLB strikeout projections",
      "url": "/strikeouts.html",
      "icons": [
        {
          "src": "/oddspiranha-logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "WNBA Points",
      "short_name": "WNBA",
      "description": "Today's WNBA points board",
      "url": "/wnba-points.html",
      "icons": [
        {
          "src": "/oddspiranha-logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "categories": [
    "sports",
    "finance",
    "utilities"
  ],
  "lang": "en-US"
}