{
  "name": "HealthFusion NHOS — Natural Health Operating System",
  "short_name": "NHOS",
  "description": "A private, on‑device health intelligence system that maps 500+ Health Conditions, analyzes 611+ Symptom Mappings, and integrates a 504+ Herbs Profiles & Supplements Library. NHOS includes voice search, a medication interaction tracker, structured clinical pathways, evidence‑informed natural interventions, and a full wellness tracking suite — all running 100% privately on your device.",

  "start_url": "/nhos/",
  "scope": "/nhos/",
  "display": "standalone",
  "orientation": "portrait",

  "theme_color": "#c62828",
  "background_color": "#000000",

  "categories": ["health", "medical", "lifestyle", "wellness"],

  "icons": [
    { "src": "/nhos/icons/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/nhos/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/nhos/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/nhos/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/nhos/icons/icon-192_2.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/nhos/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/nhos/icons/favicon.ico", "sizes": "48x48", "type": "image/x-icon" }
  ],

  "screenshots": [
    {
      "src": "/nhos/icons/icon-512.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "NHOS — Natural Health Operating System"
    }
  ],

  "shortcuts": [
    {
      "name": "Symptom Checker",
      "short_name": "Symptoms",
      "description": "Analyze symptoms using 611+ structured Symptom Mappings",
      "url": "/nhos/?action=symptoms",
      "icons": [
        { "src": "/nhos/icons/icon-96.png", "sizes": "96x96" }
      ]
    },
    {
      "name": "Herbs & Supplements",
      "short_name": "Herbs",
      "description": "Explore the 504+ Herbs Profiles & Supplements Library",
      "url": "/nhos/?action=herbs",
      "icons": [
        { "src": "/nhos/icons/icon-96.png", "sizes": "96x96" }
      ]
    },
    {
      "name": "Medication Interactions",
      "short_name": "Interactions",
      "description": "Check interactions between medications and natural remedies",
      "url": "/nhos/?action=interactions",
      "icons": [
        { "src": "/nhos/icons/icon-96.png", "sizes": "96x96" }
      ]
    },
    {
      "name": "Wellness Tracker",
      "short_name": "Tracker",
      "description": "Track vitals, mood, sleep, hydration, and daily wellness",
      "url": "/nhos/?action=tracker",
      "icons": [
        { "src": "/nhos/icons/icon-96.png", "sizes": "96x96" }
      ]
    }
  ]
}