{
  "name": "WWM ERP",
  "short_name": "ERP",
  "description": "Enterprise Resource Planning system by WWM for managing employees, assets, and administration.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icons/16X16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/32X32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/180X180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/180X180-white.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "monochrome"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/",
      "description": "Go to the main dashboard"
    },
    {
      "name": "Self Service",
      "short_name": "Self",
      "url": "/self-service",
      "description": "Open the employee self-service area"
    }
  ]
}
