{
  "id": "/admin",
  "name": "La-Dee's Care — Admin",
  "short_name": "Ladees Admin",
  "description": "Office portal — clients, staff records, scheduler, timesheets, payroll, invoices, policies and audit log.",
  "start_url": "/admin/dashboard?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["business", "productivity", "medical"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-192.png",          "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Scheduler",  "short_name": "Scheduler",  "url": "/scheduler",  "icons": [{ "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" }] },
    { "name": "Timesheets", "short_name": "Timesheets", "url": "/timesheets", "icons": [{ "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" }] },
    { "name": "Email",      "short_name": "Email",      "url": "/email",      "icons": [{ "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192" }] }
  ]
}
