{
  "name": "RG HR App",
  "short_name": "RG HR",
  "description": "HR app for coaches — remuneration, leave, attendance & fault reporting",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#D4537E",
  "theme_color": "#D4537E",
  "lang": "en-SG",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Claims", "url": "/?screen=remun", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Annual Leave", "url": "/?screen=leave", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Attendance", "url": "/?screen=attend", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Fault Report", "url": "/?screen=fault", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
