{
  "id": "/?source=pwa",
  "name": "Crewly",
  "short_name": "Crewly",
  "description": "The all-in-one platform for service businesses — quotes, invoices, scheduling, payroll, and live field operations.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0D1117",
  "theme_color": "#00D632",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Agenda",  "short_name": "Agenda",  "url": "/agenda.html",  "description": "Jump to today's agenda" },
    { "name": "Quotes",  "short_name": "Quotes",  "url": "/quotes.html",  "description": "Open your quotes" },
    { "name": "Portal",  "short_name": "Portal",  "url": "/portail.html", "description": "Employee portal" }
  ]
}
