{
  "version": "1.0.0",
  "name": "Plant Registration System",
  "short_name": "PlantReg",
  "description": "Plant Management and Registration System",
  "start_url": "/login.html",
  "display": "standalone",
  "background_color": "#f0f2f5",
  "theme_color": "#345e3b",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/favicon.svg",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple-touch-icon"
    }
  ],
  "favicon": "/icons/favicon.ico"
}
