{
  "name": "Forge Flow",
  "short_name": "Forge Flow",
  "description": "Live workshop operations, timesheets, job costing & materials",
  "start_url": "./index.html?source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0d1f17",
  "theme_color": "#166534",
  "categories": ["business", "productivity"],
  "lang": "en-NZ",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock & Jobs",
      "short_name": "Employee",
      "url": "./index.html?role=employee",
      "description": "Open employee mobile clock"
    },
    {
      "name": "Manager Dashboard",
      "short_name": "Manager",
      "url": "./index.html?role=manager"
    }
  ]
}
