{
  "name": "CrewsOps",
  "short_name": "CrewsOps",
  "description": "Field crew management for trade companies — jobs, estimates, invoices, timesheets, and equipment in one place.",
  "start_url": "/frontend/login.html",
  "scope": "/frontend/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f172a",
  "theme_color": "#f59e0b",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/frontend/icons/icon-48.png",  "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/frontend/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/frontend/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [],
  "shortcuts": [
    { "name": "Dashboard",  "url": "/frontend/dashboard.html",  "description": "View your crew dashboard" },
    { "name": "Jobs",       "url": "/frontend/jobs.html",       "description": "Manage jobs" },
    { "name": "Timesheets", "url": "/frontend/timesheets.html", "description": "Clock in/out and review timesheets" }
  ]
}
