{
  "id": "/index.html",
  "name": "Kani's Grocery App",
  "short_name": "Kani's Grocery",
  "description": "Track grocery purchases, weights, spending, and monthly comparisons.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#35603A",
  "theme_color": "#35603A",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "finance", "lifestyle"],
  "prefer_related_applications": false,
  "related_applications": [],
  "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-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
