{
  "short_name": "CCFI CRM",
  "name": "Central Coast Fencing Industries CRM",
  "description": "Client management, quotes, jobs and scheduling for CCFI.",
  "icons": [
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512" },
    { "src": "/icons/icon-192-maskable.png", "type": "image/png", "sizes": "192x192", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#142430",
  "background_color": "#142430",
  "categories": ["business", "productivity"],
  "shortcuts": [
    { "name": "New Enquiry", "short_name": "Enquiry", "url": "/enquiry/new", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Daily Tasks", "short_name": "Tasks", "url": "/tasks", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Client Database", "short_name": "Clients", "url": "/clients", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
