{
  "id": "/",
  "name": "Tally and Thyme",
  "short_name": "Tally and Thyme",
  "description": "Budget-based weekly dinner planner that reuses shared ingredients.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#223225",
  "theme_color": "#223225",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["food", "lifestyle", "shopping"],
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "screenshot-narrow.png", "sizes": "390x844", "type": "image/png", "form_factor": "narrow", "label": "Weekly plan with budget and dinner count controls" },
    { "src": "screenshot-wide.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide", "label": "Generated plan with the per-ingredient shopping ledger" }
  ]
}
