{
  "name": "TendArk",
  "short_name": "TendArk",
  "description": "Care facility management for group homes and assisted living",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#10b981",
  "background_color": "#f5f5f4",
  "categories": ["medical", "business", "productivity"],
  "icons": [
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshots/phone.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Operations Hub on phone"
    },
    {
      "src": "/images/screenshots/tablet.png",
      "sizes": "1024x768",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard on tablet"
    }
  ],
  "shortcuts": [
    {
      "name": "Operations Hub",
      "short_name": "Ops Hub",
      "description": "Open the Operations Hub",
      "url": "/operations",
      "icons": [{ "src": "/images/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "MAR",
      "short_name": "MAR",
      "description": "View Medication Administration Record",
      "url": "/mar",
      "icons": [{ "src": "/images/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Residents",
      "short_name": "Residents",
      "description": "View all residents",
      "url": "/residents",
      "icons": [{ "src": "/images/icons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Report Incident",
      "short_name": "Incident",
      "description": "Report a new incident",
      "url": "/incidents/create",
      "icons": [{ "src": "/images/icons/icon-192x192.png", "sizes": "192x192" }]
    }
  ]
}
