{
  "name": "Agri-Verse — Smart Farming",
  "short_name": "Agri-Verse",
  "description": "Gujarat farmers mate smart agriculture platform — Mandi prices, Weather, AI Crop Doctor",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#1b4332",
  "theme_color": "#2d6a4f",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["agriculture", "weather", "productivity"],
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/India_Farming.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg"
    }
  ],
  "shortcuts": [
    {
      "name": "Mandi Prices",
      "short_name": "Mandi",
      "url": "/mandi.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weather",
      "short_name": "Weather",
      "url": "/weather.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "AI Crop Doctor",
      "short_name": "AI Doctor",
      "url": "/weather-rain.html",
      "icons": [{ "src": "images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
