{
  "name": "CGPAnaija — Nigerian University GPA Calculator",
  "short_name": "CGPAnaija",
  "description": "Free CGPA calculator for Nigerian university students using the official NUC 5.0 grading system.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b3318",
  "theme_color": "#0b3318",
  "orientation": "portrait-primary",
  "lang": "en-NG",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "CGPAnaija GPA Calculator"
    }
  ],
  "shortcuts": [
    {
      "name": "Calculate GPA",
      "short_name": "Calculator",
      "description": "Open the CGPA Calculator",
      "url": "/#calculator",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "Read Blog",
      "short_name": "Blog",
      "description": "Read CGPA tips and guides",
      "url": "/blog.html",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    }
  ]
}