{
  "name": "AgriSmart - Smart Farming Solutions",
  "short_name": "AgriSmart",
  "description": "AI-powered crop disease detection, market analysis, and smart farming solutions for better yields and profits.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#22c55e",
  "orientation": "portrait-primary",
  "categories": ["agriculture", "productivity", "utilities"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/lovable-uploads/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/lovable-uploads/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/lovable-uploads/logo.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide",
      "label": "AgriSmart Dashboard"
    },
    {
      "src": "/lovable-uploads/logo.png", 
      "sizes": "750x1334",
      "type": "image/png",
      "platform": "narrow",
      "label": "AgriSmart Mobile"
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Crop Diagnosis",
      "short_name": "Diagnose",
      "description": "Diagnose crop diseases with AI",
      "url": "/diagnose",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Buy and sell crops",
      "url": "/buy",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "description": "Check weather forecast",
      "url": "/weather",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "64x64"
        }
      ]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Connect with farmers",
      "url": "/community",
      "icons": [
        {
          "src": "/favicon.ico",
          "sizes": "64x64"
        }
      ]
    }
  ]
}