{
  "name": "FormationFX",
  "short_name": "FormationFX",
  "description": "Football-themed investment portfolio manager",
  "start_url": "/pitch",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["finance", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pitch View",
      "short_name": "Pitch",
      "url": "/pitch",
      "description": "View your formation and allocations"
    },
    {
      "name": "Transfer Market",
      "short_name": "Market",
      "url": "/market",
      "description": "Buy and sell holdings"
    },
    {
      "name": "Squad",
      "short_name": "Squad",
      "url": "/squad",
      "description": "Your full portfolio roster"
    },
    {
      "name": "Match Report",
      "short_name": "Report",
      "url": "/report",
      "description": "Performance summary"
    }
  ]
}
