{
  "name": "Nire - Staff Management",
  "short_name": "Nire",
  "id": "/app",
  "description": "Employee tracking and management system for Nire",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#2563eb",
  "background_color": "#f4f4f5",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "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": "Choose Login",
      "url": "/app",
      "description": "Choose between admin and employee access"
    },
    {
      "name": "Admin Login",
      "url": "/login?entry=app",
      "description": "Open the admin dashboard login"
    },
    {
      "name": "Employee Login",
      "url": "/portal/login?entry=app",
      "description": "Open the employee portal login"
    }
  ]
}
