{
  "name": "Gorilla Sports",
  "short_name": "Gorilla",
  "description": "Data-driven MLB player props powered by Statcast, FanGraphs, and BvP history.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#f59e0b",
  "orientation": "portrait",
  "categories": ["sports", "finance"],
  "icons": [
    {
      "src": "/gorilla-logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/gorilla-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Prop Finder",
      "url": "/dashboard",
      "description": "Today's ranked MLB player props"
    },
    {
      "name": "Matchup Machine",
      "url": "/matchup",
      "description": "Deep matchup analysis"
    }
  ]
}
