{
  "name": "RailReady — Southeastern Training Simulator",
  "short_name": "RailReady",
  "description": "OBM and Conductor operational training simulator for Southeastern Railway — PTI dispatch, fleet management, accessibility, and knowledge map.",
  "theme_color": "#0066CC",
  "background_color": "#09111f",
  "display": "standalone",
  "orientation": "portrait-primary",
  "start_url": "./",
  "scope": "./",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "PTI Dispatch Trainer",
      "short_name": "PTI",
      "description": "Launch the platform-train interface dispatch simulator",
      "url": "./pti-dispatch",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Fleet Lab",
      "short_name": "Fleet",
      "description": "Class 395 fleet operations",
      "url": "./fleet-sim",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Knowledge Map",
      "short_name": "Knowledge",
      "description": "OBM competence framework",
      "url": "./knowledge-map",
      "icons": [{ "src": "favicon.svg", "sizes": "any" }]
    }
  ]
}
