{
  "name": "Ashfield Site Management",
  "short_name": "ASM",
  "description": "Site management, labour tracking, and project reporting for Ashfield Stone.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1f1f1f",
  "theme_color": "#1f1f1f",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/favicon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Time Tracker",
      "short_name": "Timer",
      "description": "Quick start/stop timer for tasks",
      "url": "/hr/time/widget",
      "icons": [
        { "src": "/icons/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Log Time",
      "short_name": "Time",
      "description": "Open the full time-tracking view",
      "url": "/hr/time"
    }
  ]
}
