{
  "name": "Propofol TCI TIVA V2.3.0",
  "short_name": "Propofol TCI",
  "description": "Propofol TCI TIVA - Seamless 3-step workflow: Induction prediction, Protocol optimization, Dose monitoring with iPhone-optimized UI",
  "version": "2.3.0",
  "scope": "/",
  "start_url": "./index.html",
  "display": "fullscreen",
  "orientation": "any",
  "theme_color": "#010409",
  "background_color": "#0D1117",
  "categories": ["medical", "education", "productivity"],
  "lang": "en",
  "dir": "ltr",

  "icons": [
    {
      "src": "images/icon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "shortcuts": [
    {
      "name": "Real-time Induction",
      "short_name": "Induction",
      "description": "Real-time concentration prediction during anesthesia induction",
      "url": "./index.html#induction",
      "icons": [
        {
          "src": "images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Step-down Protocol Optimization",
      "short_name": "Protocol",
      "description": "Advanced step-down protocol optimization calculation",
      "url": "./index.html#protocol",
      "icons": [
        {
          "src": "images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dose Monitoring",
      "short_name": "Monitoring",
      "description": "Input of actual dose and concentration monitoring",
      "url": "./index.html#monitoring",
      "icons": [
        {
          "src": "images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "images/screenshot-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],

  "prefer_related_applications": false,

  "edge_side_panel": {
    "preferred_width": 400
  },

  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
