{
  "name": "Side Kick Picks",
  "short_name": "MoneylineAI",
  "description": "AI-powered NBA & MLB score and player prop predictions",
  "start_url": "./nba_dashboard.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050709",
  "theme_color": "#050709",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "NBA Picks",
      "short_name": "NBA",
      "url": "./nba_dashboard.html",
      "description": "NBA game predictions"
    },
    {
      "name": "NBA Props",
      "short_name": "Props",
      "url": "./nba_props.html",
      "description": "NBA player prop projections"
    }
  ]
}
