{
  "name": "ZiSchool",
  "short_name": "ZiSchool",
  "description": "School management made simple — students, staff, fees, and classes in one app.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#12172B",
  "theme_color": "#12172B",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}