{
  "id": "/app",
  "name": "Gut Reset — Candida Symptom & Diet Tracker",
  "short_name": "Gut Reset",
  "description": "Track candida symptoms, log anti-fungal foods, and follow a clear gut-healing protocol. Free, private, no sign-up.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "theme_color": "#FAF8F5",
  "background_color": "#FAF8F5",
  "categories": ["health", "lifestyle", "wellness"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    { "src": "/icons/icon-72x72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open Tracker",
      "short_name": "Tracker",
      "description": "Go straight to your daily tracker",
      "url": "/app",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Log a Meal",
      "short_name": "Log Meal",
      "description": "Open the food database to log a meal",
      "url": "/app#tracker",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "Start a Fast",
      "short_name": "Fast",
      "description": "Jump to the fasting tracker",
      "url": "/app#fasting",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    },
    {
      "name": "View Protocol",
      "short_name": "Protocol",
      "description": "See the 4-phase gut-healing protocol",
      "url": "/app#protocol",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96" }]
    }
  ]
}
