{
  "name": "PANDAS Symptom Tracker",
  "short_name": "PANDAS Tracker",
  "description": "Track PANDAS/PANS symptoms, treatments, and health data for your child",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#176F91",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "320x640",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Symptom tracking interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Track Symptoms",
      "short_name": "Track",
      "description": "Quickly log symptoms",
      "url": "/?tab=track",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Analytics",
      "short_name": "Analytics",
      "description": "View symptom analytics",
      "url": "/?tab=more",
      "icons": [
        {
          "src": "/icon-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}