{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "AI Smart Farm - AI સ્માર્ટ ફાર્મ",
  "short_name": "SmartFarm",
  "description": "AI-Based Smart Precision Farming, Multi-Agent Irrigation Controller & Next Season Crop Rotation Management System",
  "id": "ai-smart-farming-webapk",
  "start_url": "dashboard.php",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#064e3b",
  "lang": "gu",
  "dir": "ltr",
  "categories": [
    "agriculture",
    "productivity",
    "utilities"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Sensors (લાઈવ સેન્સર્સ)",
      "short_name": "Sensors",
      "url": "dashboard.php#live-sensors",
      "description": "View live soil moisture, temp, humidity, and ESP8266 telemetry"
    },
    {
      "name": "Crop Rotation AI (પાક ફેરબદલી સલાહ)",
      "short_name": "Crop AI",
      "url": "dashboard.php#crop-rotation",
      "description": "Next Season Sowing Recommendations and Gujarati Rotation Plans"
    },
    {
      "name": "WhatsApp Advisory (WhatsApp સૂચના)",
      "short_name": "WhatsApp",
      "url": "dashboard.php#crop-rotation",
      "description": "Direct WhatsApp Sowing Advisory dispatch to +91 7600 178 547"
    },
    {
      "name": "AgriCopilot AI Chat (કૃષિ સહાયક)",
      "short_name": "Copilot",
      "url": "dashboard.php#copilot-drawer",
      "description": "Chat with 8-Agent Multi-Agent Farming Intelligence"
    }
  ],
  "prefer_related_applications": false
}
