{
  "name": "Health Track",
  "short_name": "Health Track",
  "description": "Track and monitor seizure activity. Log pre-seizure symptoms, seizure episodes, and share records with family and medical professionals.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0D7C7B",
  "lang": "en",
  "dir": "ltr",
  "categories": ["health", "medical", "lifestyle"],
  "iarc_rating_id": "",
  "icons": [
    {
      "src": "/icons/launchericon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/launchericon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/launchericon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/launchericon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/launchericon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/launchericon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Health Track Dashboard - view your 30-day summary, latest activity, and share code"
    },
    {
      "src": "/screenshots/symptom-wizard.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Symptom Check-In — your helper asks simple yes or no questions about how you're feeling"
    },
    {
      "src": "/screenshots/episode-wizard.png",
      "sizes": "1125x2436",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Episode Recording — step-by-step guided seizure episode logging"
    }
  ],
  "shortcuts": [
    {
      "name": "Record Symptom",
      "short_name": "Symptom",
      "description": "Log a pre-seizure symptom",
      "url": "/dashboard?action=symptom",
      "icons": [
        {
          "src": "/icons/launchericon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Record Episode",
      "short_name": "Episode",
      "description": "Log a seizure episode",
      "url": "/dashboard?action=episode",
      "icons": [
        {
          "src": "/icons/launchericon-96x96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+seizuretrack",
      "url": "/dashboard?code=%s"
    }
  ],
  "note_taking": {
    "new_note_url": "/dashboard?action=symptom"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "related_applications": [],
  "prefer_related_applications": false,
  "file_handlers": [],
  "widgets": []
}
