{
  "id": "./",
  "lang": "en",
  "name": "eNEOlib Resuscitation Simulator",
  "short_name": "eNEOlib Sim",
  "description": "Paediatric resuscitation training simulator — a live patient monitor, an instructor console and a defibrillator trainer, paired by a four-digit station PIN. For education and skills practice only; not a medical device.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#070b16",
  "theme_color": "#070b16",
  "categories": ["medical", "education"],
  "icons": [
    { "src": "icons/index.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/index-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Patient Monitor",
      "short_name": "Monitor",
      "description": "Open the station monitor screen",
      "url": "./simulator.html",
      "icons": [{ "src": "icons/monitor.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Instructor Console",
      "short_name": "Console",
      "description": "Open the instructor console",
      "url": "./controller.html",
      "icons": [{ "src": "icons/controller.png", "sizes": "512x512", "type": "image/png" }]
    },
    {
      "name": "Defibrillator Trainer",
      "short_name": "Defibrillator",
      "description": "Open the defibrillator trainer",
      "url": "./defib.html",
      "icons": [{ "src": "icons/defib.png", "sizes": "512x512", "type": "image/png" }]
    }
  ]
}
