{
  "name": "FarmFlow - Smart Farm Management",
  "short_name": "FarmFlow",
  "description": "Real-time inventory, accounting, and analytics for modern farms",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "View farm dashboard"
    },
    {
      "name": "Add Animal",
      "short_name": "Add Animal",
      "url": "/inventory/animals",
      "description": "Add a new animal"
    },
    {
      "name": "Record Production",
      "short_name": "Production",
      "url": "/inventory/production",
      "description": "Record egg production"
    }
  ]
}
