{
  "name": "GutDiary — Your Health Companion",
  "short_name": "GutDiary",
  "description": "Personal bowel health diary for IBD, Crohn's and IBS sufferers. Tracks Bristol Stool Scale, symptoms, pain and urgency. All data stored locally.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#f7f3ee",
  "theme_color": "#3d9e6e",
  "orientation": "portrait",
  "categories": ["health", "medical", "lifestyle"],
  "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"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Entry",
      "short_name": "Log",
      "description": "Quickly log a new bowel movement",
      "url": "./index.html#log",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
