{
  "name": "ServiceGears — Castle P&H",
  "short_name": "ServiceGears",
  "description": "Field service management for Castle Plumbing & Heating",
  "start_url": "/hub",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0F2444",
  "theme_color": "#0F2444",
  "orientation": "portrait-primary",
  "lang": "en-CA",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/api/icon/192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icon/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icon/maskable/512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Service Calls",
      "short_name": "Calls",
      "description": "View and manage service calls",
      "url": "/service-calls",
      "icons": [{ "src": "/api/icon/96", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "New Call",
      "short_name": "New Call",
      "description": "Create a new service call",
      "url": "/service-calls/new",
      "icons": [{ "src": "/api/icon/96", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Timesheets",
      "short_name": "Clock",
      "description": "Clock in and out",
      "url": "/timesheets",
      "icons": [{ "src": "/api/icon/96", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
