{
  "name": "Cojent Worker",
  "short_name": "Cojent",
  "description": "Cojent worker app for NDIS support workers — shifts, clock, notes and messages.",
  "start_url": "/clock/worker.html?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#F7F6F2",
  "theme_color": "#01696F",
  "categories": ["health", "medical", "business", "productivity"],
  "lang": "en-AU",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-96.png",  "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-167.png", "sizes": "167x167", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Clock In / Out",
      "short_name": "Clock",
      "description": "Open the clock screen",
      "url": "/clock/worker.html?tab=clock",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "My Shifts",
      "short_name": "Shifts",
      "description": "View upcoming shifts",
      "url": "/clock/worker.html?tab=shifts",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
