{
  "name": "SmartTakeoff",
  "short_name": "SmartTakeoff",
  "description": "AI-native construction OS for licensed contractors",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F5F2EE",
  "theme_color": "#F59E0B",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/Dashboard",
      "description": "View your dashboard"
    },
    {
      "name": "AI Estimator",
      "url": "/AIEstimator",
      "description": "Start a new estimate"
    }
  ]
}
