{
  "name": "ConserveATree",
  "short_name": "ConserveATree",
  "description": "Conservation Management Platform - Protecting India's Endemic Biodiversity",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f9f7",
  "theme_color": "#2d5a27",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable any"
    }
  ],
  "categories": ["environment", "education", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Plant Registry",
      "short_name": "Plants",
      "description": "View all registered plant species",
      "url": "/registry",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Institutions",
      "short_name": "Institutions",
      "description": "Manage partner institutions",
      "url": "/institutions",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Nurseries",
      "short_name": "Nurseries",
      "description": "View nursery partners",
      "url": "/nurseries",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}