{
  "name": "Scorers League",
  "short_name": "Scorers",
  "description": "Fantasy MLB and NRL leagues. Draft players, track live stats, run weekly power plays.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0a0b0d",
  "background_color": "#0a0b0d",
  "categories": ["sports", "games", "entertainment"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "The Feed",
      "short_name": "Feed",
      "description": "See latest home runs and scoring plays",
      "url": "/?page=feed",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Leagues",
      "short_name": "Leagues",
      "description": "View your fantasy leagues",
      "url": "/?page=my-leagues",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
