{
  "short_name": "AJ’s Farm",
  "name": "AJ’s Farm Management System",
  "description": "Complete farm management — livestock, POS, inventory, and field logging.",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1f6f4a",
  "background_color": "#f5f7f4",
  "shortcuts": [
    {
      "name": "Field Mode",
      "short_name": "Field",
      "description": "Log feedings, vaccinations, weigh-ins from the field",
      "url": "/field",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Point of Sale",
      "short_name": "POS",
      "description": "Take a sale",
      "url": "/pos",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "QR Scan",
      "short_name": "Scan",
      "description": "Scan an animal or worker QR",
      "url": "/scan",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["business", "productivity", "utilities"]
}
