{
  "name": "Milk Dairy Manager",
  "short_name": "DairyApp",
  "description": "Daily ledger for tracking milk distribution and billing offline.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#E23744",
  "theme_color": "#E23744",
  "icons": [
    {
      "src": "assets/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
