{
  "name": "Smart Kheti",
  "short_name": "SmartKheti",
  "description": "Smart agriculture dashboard and service platform for farmers, providers, and clients.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f3f8f1",
  "theme_color": "#044d20",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business", "education", "agriculture"],
  "icons": [
    {
      "src": "/images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the main dashboard",
      "url": "/client/dashboard"
    },
    {
      "name": "Services",
      "short_name": "Services",
      "description": "Browse available services",
      "url": "/service"
    }
  ]
}
