{
  "name": "DigestLog — Food & Symptom Tracker",
  "short_name": "DigestLog",
  "description": "Food, drink, and digestive symptom tracker designed to identify delayed food intolerances.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#090a0f",
  "theme_color": "#000000",
  "categories": ["health", "medical", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Log",
      "short_name": "Log",
      "description": "Log a meal or symptom check-in",
      "url": "/?action=log",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    },
    {
      "name": "Morning Check-In",
      "short_name": "Check-In",
      "description": "Next-morning stomach check-in",
      "url": "/?action=morning",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }]
    }
  ]
}
