{
  "name": "Tino Medical Assistant",
  "short_name": "Tino Medical",
  "description": "A comprehensive hospital management and medical assistant platform for clinics and healthcare providers.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "48x48 72x72 96x96 128x128 256x256",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Patients",
      "short_name": "Patients",
      "description": "View and manage patients",
      "url": "/patients",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Appointments",
      "short_name": "Appointments",
      "description": "Manage appointments",
      "url": "/appointments",
      "icons": [{ "src": "/favicon.png", "sizes": "96x96" }]
    }
  ]
}
