{
  "name": "CalfCentral",
  "short_name": "CalfCentral",
  "description": "Dairy farm calf management — feeding, treatments, vaccinations, health tracking.",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0A1E5E",
  "theme_color": "#0A1E5E",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business", "agriculture"],
  "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": "Feeding", "url": "/feeding", "description": "Today's feeding checklist" },
    { "name": "Treatments", "url": "/treatments", "description": "AM treatments due" },
    { "name": "Add Calf", "url": "/calves/new", "description": "Register a new calf" }
  ],
  "screenshots": [
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "narrow" }
  ]
}
