{
  "id": "/hrmcubicle/mobile",
  "name": "CubicleERP - Employee Self-Service",
  "short_name": "CubicleERP ESS",
  "description": "Mobile-first HR employee self-service portal for leave, payslips, benefits, and more",
  "start_url": "/hrmcubicle/mobile",
  "scope": "/hrmcubicle/mobile",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2563eb",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "View Leave Balance",
      "short_name": "Leave",
      "description": "Check your leave balance",
      "url": "/hrmcubicle/mobile/leave",
      "icons": [
        {
          "src": "/icon-shortcut-leave.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "View Payslips",
      "short_name": "Payslips",
      "description": "Download your payslips",
      "url": "/hrmcubicle/mobile/payslips",
      "icons": [
        {
          "src": "/icon-shortcut-payslip.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Check Attendance",
      "short_name": "Attendance",
      "description": "View your attendance",
      "url": "/hrmcubicle/mobile/attendance",
      "icons": [
        {
          "src": "/icon-shortcut-attendance.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/hrmcubicle/mobile/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
