{
  "name": "Daily Tally — Calorie Counter",
  "short_name": "Daily Tally",
  "description": "Log meals and estimate calories from a photo.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F1EDE0",
  "theme_color": "#3F6634",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ]
}
