{
  "name": "NIIS Parent",
  "short_name": "NIIS Parent",
  "description": "Portal Layanan Aplikasi Orang Tua / Wali Murid",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#435ebe",
  "lang": "id",
  "categories": [
    "education",
    "finance"
  ],
  "icons": [
    {
      "src": "/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "description": "Buka dashboard"
    },
    {
      "name": "Keuangan Kelas",
      "short_name": "Kas Kelas",
      "url": "/kas-kelas",
      "description": "Buka keuangan kelas"
    },
    {
      "name": "Riwayat Pembayaran",
      "short_name": "Riwayat",
      "url": "/kas-kelas/riwayat",
      "description": "Lihat riwayat pembayaran"
    }
  ]
}