{
  "name": "SuperSmart Moving",
  "short_name": "SuperSmart",
  "description": "The all-in-one moving company CRM",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f7f5",
  "theme_color": "#0f1729",
  "icons": [
    { "src": "/icons/icon-192.svg",  "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-512.svg",  "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New lead",  "short_name": "Lead",     "url": "/leads/new",  "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }] },
    { "name": "Calendar",  "short_name": "Calendar", "url": "/calendar",   "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }] },
    { "name": "Clients",   "short_name": "Clients",  "url": "/clients",    "icons": [{ "src": "/icons/icon-192.svg", "sizes": "192x192" }] }
  ]
}
