{
  "name": "CrewKit — Estimate, Track, Invoice",
  "short_name": "CrewKit",
  "description": "AI-powered estimates, time tracking, and invoicing for contractors.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#020617",
  "orientation": "portrait",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Estimate",
      "short_name": "Estimate",
      "description": "Start a new AI estimate",
      "url": "/dashboard/estimates/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Time Tracking",
      "short_name": "Time",
      "description": "Log time on a project",
      "url": "/dashboard/time",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
