{
  "name": "Sistem Informasi PKL SMK",
  "short_name": "SIPKL",
  "description": "Sistem Informasi Praktik Kerja Lapangan (SIPKL) SMKN 1 Sungai Tabuk",
  "id": "./index.php",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#0d6efd",
  "orientation": "portrait",
  "icons": [
    {
      "src": "assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Absen Harian",
      "short_name": "Absen",
      "description": "Buka halaman absensi harian",
      "url": "index.php?page=siswa/absensi",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Isi Jurnal",
      "short_name": "Jurnal",
      "description": "Buka halaman pengisian jurnal harian",
      "url": "index.php?page=siswa/jurnal_isi",
      "icons": [
        {
          "src": "assets/images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}