{
  "name": "BrainSheets — Nurse Brain Sheets & Tools",
  "short_name": "BrainSheets",
  "description": "Custom SBAR brain sheets, drug cards, care plans, and free clinical tools — built by a nurse, for nurses.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FAF7F2",
  "theme_color": "#1F5454",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["medical", "education", "productivity"],
  "shortcuts": [
    {
      "name": "Build a brain sheet",
      "short_name": "Builder",
      "description": "Open the custom Brain Sheet Builder",
      "url": "/builder.html"
    },
    {
      "name": "AI Lab Interpreter",
      "short_name": "Labs",
      "description": "Plain-English lab interpretation",
      "url": "/lab-interpreter.html"
    },
    {
      "name": "Med-Math Calculator",
      "short_name": "Med-Math",
      "description": "Drip rates, peds dosing, conversions",
      "url": "/med-math.html"
    },
    {
      "name": "Shop premade sheets",
      "short_name": "Shop",
      "description": "Browse premade brain sheets",
      "url": "/shop.html"
    }
  ]
}
