{
  "name": "SoilSense - Smart Soil Analyser",
  "short_name": "SoilSense",
  "description": "AI-powered soil type identification and crop recommendations",
  "start_url": "/soil-sense-frontend/",
  "display": "standalone",
  "background_color": "#3B2507",
  "theme_color": "#A0522D",
  "orientation": "portrait",
  "icons": [
    {
      "src": "soilsense_backend/assests/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "soilsense_backend/assests/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}