{
  "name": "AttendNow",
  "short_name": "AttendNow",
  "description": "Multi-tenant attendance management, powered by Realand hardware",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B1C30",
  "theme_color": "#004AC6",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon.svg",  "sizes": "any",     "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Devices",
      "short_name": "Devices",
      "url": "/app/devices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Employees",
      "short_name": "Employees",
      "url": "/app/employees",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
