{
  "name": "VitalForce",
  "short_name": "VitalForce",
  "description": "Practice OS for Homeopathic Doctors — AI-assisted case-taking, patient records, and outcome analytics.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#ffffff",
  "theme_color": "#1e6952",
  "orientation": "any",
  "categories": ["medical", "productivity"],
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Patients",
      "short_name": "Patients",
      "url": "/app/patients",
      "description": "Open patient list"
    },
    {
      "name": "Today's Appointments",
      "short_name": "Calendar",
      "url": "/app/calendar",
      "description": "View today's schedule"
    },
    {
      "name": "New Consultation",
      "short_name": "Consult",
      "url": "/app/consultation",
      "description": "Start a new consultation"
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
