{
  "name": "Welfare Master Member Portal",
  "short_name": "Welfare App",
  "description": "Enterprise Welfare Management & Member Self-Service System",
  "start_url": "/staff-portal/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0e231e",
  "theme_color": "#1A312C",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Show Digital ID Pass",
      "short_name": "Digital ID",
      "description": "View and present your verified digital membership pass",
      "url": "/staff-portal/digital-id",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Submit Welfare Claim",
      "short_name": "New Claim",
      "description": "Apply for welfare benefits and relief assistance",
      "url": "/staff-portal/claims/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Contribution Balance",
      "short_name": "Contributions",
      "description": "Check monthly welfare deductions and balance statement",
      "url": "/staff-portal/contribution-history",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}