{
  "name": "Tiba Health App",
  "short_name": "Tiba Health",
  "description": "Tiba is your portable health identity. Carry your records everywhere. Understand your care. Own your health.",
  "theme_color": "#02273D",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "start_url": "/patient-overview",
  "icons": [
    {
      "src": "/images/pwalogo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwalogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwalogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/pwalogo.png",
      "sizes": "1254x1254",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "shortcuts": [
    {
      "name": "AI Assistant",
      "short_name": "AI Chat",
      "description": "Ask your AI health assistant",
      "url": "/patient-overview?section=ai-assistant",
      "icons": [
        {
          "src": "/images/chatbot.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Upload Record",
      "short_name": "Upload",
      "description": "Upload a medical record",
      "url": "/patient-overview?section=medical-records",
      "icons": [
        {
          "src": "/images/records2.jpg",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Search Records",
      "short_name": "Search",
      "description": "Search your medical records",
      "url": "/patient-overview?section=search-records",
      "icons": [
        {
          "src": "/images/svgs/search.svg",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}