{
  "name": "LandAI — Land Intelligence Platform",
  "short_name": "LandAI",
  "description": "Analyze any US land parcel in seconds with AI-powered due diligence.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0d1b2a",
  "theme_color": "#0a1628",
  "orientation": "any",
  "lang": "en",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Analyze Parcel",
      "short_name": "Analyze",
      "description": "Start a new land parcel analysis",
      "url": "/analyze"
    },
    {
      "name": "Recent Reports",
      "short_name": "Reports",
      "description": "View your recent analysis reports",
      "url": "/jobs"
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "description": "Go to your dashboard",
      "url": "/dashboard"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "LandAI Dashboard"
    }
  ]
}
