{
  "name": "KL Attendance Calculator",
  "short_name": "KL Calculator",
  "description": "Free LTPS weighted attendance calculator for KL University students. Track attendance, check 85% exam eligibility, 75% detention rules, and simulate safe skips.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "en",
  "dir": "ltr",
  "scope": "/",
  "categories": ["education", "utilities", "productivity"],
  "icons": [
    {
      "src": "/assets/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/og-bannerv2.webp",
      "sizes": "1200x630",
      "type": "image/webp",
      "label": "KL Attendance Calculator Overview"
    }
  ]
}