{
  "name": "Generus Mandiri",
  "short_name": "Generus Mandiri",
  "description": "Sistem Digital Generus LDII",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "categories": [
    "education",
    "productivity",
    "business"
  ],
  "lang": "id",
  "scope": "/",
  "icons": [
    {
      "src": "/images/logo/logo-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/logo/logo-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/images/logo/logo-icon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/images/logo/logo-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "id": "warlob-school-management",
  "shortcuts": [
    {
      "name": "Presensi",
      "short_name": "Presensi",
      "description": "Kelola kehadiran siswa",
      "url": "/presensi",
      "icons": [
        {
          "src": "/images/logo/logo-icon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Guru",
      "short_name": "Guru",
      "description": "Kelola data guru",
      "url": "/teachers",
      "icons": [
        {
          "src": "/images/logo/logo-icon.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Beranda",
      "short_name": "Beranda",
      "description": "Dashboard utama",
      "url": "/home",
      "icons": [
        {
          "src": "/images/logo/logo-icon.svg",
          "sizes": "192x192"
        }
      ]
    }
  ]
}