{
  "name": "Migraine Evidence Log",
  "short_name": "Migraine Log",
  "description": "Privacy-first migraine tracking for veterans organizing VA disability claim evidence.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#16306b",
  "categories": ["health", "medical", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Log a migraine",
      "url": "/entries/new",
      "description": "Quickly add a new migraine entry"
    },
    {
      "name": "Log work impact",
      "url": "/work-impact/new",
      "description": "Document a work impact"
    },
    {
      "name": "Generate report",
      "url": "/reports",
      "description": "Generate a PDF / CSV report"
    }
  ]
}
