{
  "name": "CapRoom",
  "short_name": "CapRoom",
  "description": "Run the Room. Real data, real moves.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f1923",
  "background_color": "#0f1923",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": ["sports"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Today's Pick'Em",
      "short_name": "Pick'Em",
      "description": "Make today's game picks and keep your streak alive",
      "url": "/PickEm",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Player Stats",
      "short_name": "Players",
      "description": "Search and compare NBA player stats",
      "url": "/PlayerStats",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Standings",
      "short_name": "Standings",
      "description": "View current NBA standings and playoff picture",
      "url": "/Standings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Trade Machine",
      "short_name": "Trade",
      "description": "Simulate NBA trades with salary matching",
      "url": "/TradeMachine",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
