{
  "id": "/mobile",
  "name": "MFAH HRIS",
  "short_name": "MFAH",
  "description": "Portal karyawan MFAH untuk absensi, payroll, kasbon, dan profil.",
  "lang": "id-ID",
  "start_url": "/mobile?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#03152f",
  "theme_color": "#073b8e",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Absensi",
      "short_name": "Absensi",
      "url": "/mobile/absen?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Payroll",
      "short_name": "Payroll",
      "url": "/mobile/slip-gaji?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Kasbon",
      "short_name": "Kasbon",
      "url": "/mobile/kasbon?source=pwa-shortcut",
      "icons": [{ "src": "/pwa/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
