{
  "id": "/",

  "name": "SmartKheti – Smart Agriculture Platform",
  "short_name": "Smart-खेती",
  "description": "SmartKheti helps farmers monitor soil, weather, irrigation, and crop health in real time.",

  "lang": "hi-IN",
  "dir": "ltr",

  "start_url": "/?source=pwa",
  "scope": "/",

  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],

  "background_color": "#0f2e13",
  "theme_color": "#1a6b2f",

  "orientation": "portrait-primary",

  "categories": ["agriculture", "productivity", "utilities"],

  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/maskable_icon-monochrome.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],

  "screenshots": [
    {
      "src": "/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Live Dashboard",
      "short_name": "Dashboard",
      "description": "View live sensor and device data",
      "url": "/home/agri",
      "icons": [{ "src": "/shortcut-dashboard.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Device Control",
      "short_name": "Devices",
      "description": "Control irrigation and field devices",
      "url": "/home/agri/devices",
      "icons": [{ "src": "/shortcut-devices.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "prefer_related_applications": false
}