{
  "name": "ZamFarm Pro - Smart Agricultural Platform",
  "short_name": "ZamFarm Pro",
  "description": "Comprehensive agricultural knowledge and tools platform for Zambian farmers",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#4d7c0f",
  "theme_color": "#4d7c0f",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "utilities", "productivity"],
  "icons": [
    {
      "src": "icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop-knowledge.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Knowledge Hub - Desktop View"
    },
    {
      "src": "screenshots/mobile-weather.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Weather Dashboard - Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Weather Forecast",
      "short_name": "Weather",
      "description": "View current weather and forecasts",
      "url": "/weather.html",
      "icons": [
        {
          "src": "icons/weather-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Knowledge Hub",
      "short_name": "Knowledge",
      "description": "Access agricultural guides and tutorials",
      "url": "/knowledge.html",
      "icons": [
        {
          "src": "icons/knowledge-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Market Prices",
      "short_name": "Markets",
      "description": "Check current commodity prices",
      "url": "/market.html",
      "icons": [
        {
          "src": "icons/market-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Crop Planner",
      "short_name": "Planner",
      "description": "Plan your farming activities",
      "url": "/planner.html",
      "icons": [
        {
          "src": "icons/planner-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "share_target": {
    "action": "/share-target/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+zamfarm",
      "url": "/handle-protocol/?url=%s"
    }
  ]
}