{
  "id": "/",
  "name": "ClinicaRN - Clinical Simulation Suite",
  "short_name": "ClinicaRN",
  "description": "High-fidelity clinical simulations for LPN and RN students. AI-assisted study notes, NCLEX case labs, drug simulators, and cognitive trace analysis built for board exam confidence.",
  "lang": "en",
  "dir": "auto",
  "start_url": "/index.html?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#06080f",
  "theme_color": "#06080f",
  "categories": ["education", "medical", "productivity"],
  "prefer_related_applications": false,

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

  "display_override": ["window-controls-overlay", "standalone", "browser"],

  "screenshots": [
    {
      "src": "/screenshots/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "ClinicaRN Dashboard"
    },
    {
      "src": "/screenshots/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "ClinicaRN Mobile"
    }
  ],

  "shortcuts": [
    {
      "name": "NeuroPad – AI Notes",
      "short_name": "NeuroPad",
      "description": "Open your AI-powered note workspace",
      "url": "/neuropad/index.html",
      "icons": [{ "src": "/icons/shortcut-neuropad.png", "sizes": "96x96" }]
    },
    {
      "name": "NCLEX Case Lab",
      "short_name": "Case Lab",
      "description": "NextGen prioritization case studies",
      "url": "/nclex-case-lab/index.html",
      "icons": [{ "src": "/icons/shortcut-nclex.png", "sizes": "96x96" }]
    },
    {
      "name": "Drug Simulator",
      "short_name": "Drug Sim",
      "description": "Med-safety pharmacology simulation",
      "url": "/drug-interaction-simulator/pharma-casino.html",
      "icons": [{ "src": "/icons/shortcut-drug.png", "sizes": "96x96" }]
    },
    {
      "name": "Skills Simulator",
      "short_name": "Skills",
      "description": "Clinical skills modules and simquizzes",
      "url": "/clinical-skills-simulator/module-selector.html",
      "icons": [{ "src": "/icons/shortcut-skills.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/neuropad/index.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["text/plain", "application/pdf", "image/png", "image/jpeg"]
        }
      ]
    }
  },

  "file_handlers": [
    {
      "action": "/neuropad/index.html",
      "accept": {
        "text/plain": [".txt"],
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"]
      }
    }
  ],

  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  }
}
