{
  "name": "Edgewise Terminal",
  "short_name": "Edgewise",
  "description": "Statistical research terminal for sports markets — probability models, Monte Carlo, Kelly sizing.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "lang": "en-AU",
  "dir": "ltr",
  "categories": ["sports", "finance", "productivity"],
  "prefer_related_applications": false,
  "background_color": "#0b0d12",
  "theme_color": "#0b0d12",
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Home", "url": "/", "description": "Open the dashboard" },
    { "name": "Scanner", "short_name": "Scanner", "url": "/scanner", "description": "Live edge scanner" },
    { "name": "Ledger", "short_name": "Ledger", "url": "/ledger", "description": "Bet history & ROI" },
    { "name": "Learning", "short_name": "Learn", "url": "/learn", "description": "Concepts & glossary" }
  ],
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.ico",
      "sizes": "192x192 512x512",
      "type": "image/x-icon",
      "purpose": "any maskable"
    }
  ]
}