{
  "name": "HR System Terpadu",
  "short_name": "HR System",
  "description": "Sistem Manajemen SDM Terintegrasi",
  "start_url": "index.php",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#4e73df",
  "theme_color": "#4e73df",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "https://img.icons8.com/color/192/human-resources.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://img.icons8.com/color/512/human-resources.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Absensi",
      "short_name": "Absensi",
      "url": "absensi/index.php",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/time.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Pengajuan Cuti",
      "short_name": "Cuti",
      "url": "leaves/index.php",
      "icons": [
        {
          "src": "https://img.icons8.com/color/96/paper-plane.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}