{
  "name": "Dynasty Desk",
  "short_name": "DynastyDesk",
  "description": "Dynasty fantasy football league management — contracts, cap, trades, live scoring, and more.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["sports", "utilities"],
  "shortcuts": [
    {
      "name": "My Roster",
      "url": "/roster",
      "description": "View your cap sheet and roster"
    },
    {
      "name": "Standings",
      "url": "/standings",
      "description": "League standings"
    },
    {
      "name": "Trade Center",
      "url": "/trades",
      "description": "Propose and manage trades"
    },
    {
      "name": "Live Scores",
      "url": "/matchup",
      "description": "Live matchup scoring"
    }
  ]
}
