
{
  "name": "TreeAI - Advanced Plant & Tree Identification",
  "short_name": "TreeAI",
  "description": "AI-powered plant and tree identification app with comprehensive botanical information, medicinal properties, and care instructions.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "categories": ["education", "utilities", "productivity", "lifestyle", "medical"],
  "lang": "en",
  "dir": "ltr",
  "shortcuts": [
    {
      "name": "Identify Plant",
      "short_name": "Identify",
      "description": "Quick plant identification",
      "url": "/identify",
      "icons": [
        {
          "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "About TreeAI",
      "short_name": "About",
      "description": "Learn about TreeAI",
      "url": "/about",
      "icons": [
        {
          "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/lovable-uploads/56e2b9b6-c70b-46c7-bd89-2d28d14e338e.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/lovable-uploads/9a5a3d2f-7f4f-412d-a4f6-6c18f34e367b.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "TreeAI plant identification interface"
    }
  ],
  "features": [
    "Cross Platform",
    "fast",
    "simple"
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/identify",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".bmp", ".gif"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+treeai",
      "url": "/identify?data=%s"
    }
  ]
}
