{
  "name": "Healthyish — Photo Calorie & Nutrition Tracker",
  "short_name": "Healthyish",
  "description": "Photograph what you eat. Healthyish estimates calories and macros and shows how your eating patterns compare with published nutrition guidelines.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F2EDE2",
  "theme_color": "#F2EDE2",
  "categories": ["health", "food", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Scan a meal",
      "short_name": "Scan",
      "url": "/app/scan"
    },
    {
      "name": "Today",
      "short_name": "Today",
      "url": "/app"
    }
  ]
}
