{
  "name": "SIKAP SMANSA-Sistem Informasi Ketertiban dan Aturan Pelajar",
  "short_name": "SIKAP SMANSA",
  "description": "Aplikasi web untuk pencatatan dan monitoring pelanggaran siswa yang modern dan efisien",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#1e3a5f",
  "icons": [
    {
      "src": "Aset/logo/LOGO192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "Aset/logo/LOGO512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "service_worker": "service-worker.js"
  }
}