{
  "id": "com.flougher.tendedpro",
  "name": "Tended Health Pro: CNA Shift & MAR Log",
  "short_name": "Tended Health Pro",
  "description": "CNA & HHA shift documentation: MAR, incident log, vitals, care notes, wound tracker & billing. Works offline. No login required.",
  "start_url": "/tended-pro/",
  "scope": "/tended-pro/",
  "display": "standalone",
  "background_color": "#0C1B33",
  "theme_color": "#0E9E8E",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "categories": [
    "medical",
    "productivity"
  ],
  "icons": [
    {
      "src": "https://flougher.github.io/tended-pro/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://flougher.github.io/tended-pro/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Medications",
      "url": "/tended-pro/",
      "description": "Open the MAR medication log"
    },
    {
      "name": "Log Incident",
      "url": "/tended-pro/",
      "description": "Log a shift incident"
    }
  ]
}