{
  "name": "FarmKonnect - Farm Management System",
  "short_name": "FarmKonnect",
  "description": "Comprehensive farm management system with real-time monitoring, crop tracking, and livestock management",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2c3e50",
  "icons": [],
  "screenshots": [],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "View your farm dashboard",
      "url": "/dashboard",
      "icons": []
    },
    {
      "name": "Manage Farms",
      "short_name": "Farms",
      "description": "Manage your farms",
      "url": "/farms",
      "icons": []
    },
    {
      "name": "Track Crops",
      "short_name": "Crops",
      "description": "Track your crops",
      "url": "/crops",
      "icons": []
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "prefer_related_applications": false
}
