{
  "name": "Crewistry",
  "short_name": "Crewistry",
  "description": "All-in-one CRM for trades: clients, jobs, invoices, and profit.",
  "start_url": "/app",
  "scope": "/",
  "id": "/?source=pwa",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1b3d",
  "theme_color": "#0f1b3d",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/favicon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Today's jobs, tasks, and follow-ups",
      "url": "/app/today?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "New job",
      "short_name": "New job",
      "description": "Schedule a new job",
      "url": "/app/jobs/new?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "New invoice",
      "short_name": "Invoice",
      "description": "Send an invoice and get paid",
      "url": "/app/invoices/new?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "Leads",
      "short_name": "Leads",
      "description": "Hot leads waiting for follow-up",
      "url": "/app/leads?source=pwa-shortcut",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    }
  ]
}
