{
  "name": "AgriWorld - Smart Farming Companion",
  "short_name": "AgriWorld",
  "description": "Weather, market prices, crop doctor, schemes and farm community for Indian farmers",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#16a34a",
  "theme_color": "#16a34a",
  "lang": "en",
  "icons": [
    { "src": "assets/icons/logo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icons/logo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["productivity","utilities","education"],
  "shortcuts": [
    { "name": "Weather",      "url": "./index.html#weather", "icons": [{"src":"assets/icons/logo-192.png","sizes":"192x192"}] },
    { "name": "Market Prices","url": "./index.html#market",  "icons": [{"src":"assets/icons/logo-192.png","sizes":"192x192"}] },
    { "name": "Crop Doctor",  "url": "./index.html#doctor",  "icons": [{"src":"assets/icons/logo-192.png","sizes":"192x192"}] }
  ]
}
