{
  "name": "Bariatric Health",
  "short_name": "Bariatric Health",
  "description": "Bariatric food journal with Health Canada CNF, barcode scanner, and bilingual EN/FR support.",
  "id": "https://purebariatric.com/journal/",
  "start_url": "https://purebariatric.com/journal/",
  "scope": "https://purebariatric.com/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f5f7f5",
  "theme_color": "#1e7a5c",
  "lang": "en-CA",
  "categories": [
    "health",
    "food",
    "medical"
  ],
  "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"
    },
    {
      "src": "icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "icons/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Bariatric Health dashboard showing protein, fluids, and plate balance"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Meal",
      "short_name": "Add",
      "description": "Log a new meal entry",
      "url": "/journal/#add",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Scan Barcode",
      "short_name": "Scan",
      "description": "Scan a food barcode",
      "url": "/journal/#scanner",
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}