{
  "name": "GetAizenix Tools - Grade Calculator",
  "short_name": "GetAizenix Tools",
  "description": "Free online CGPA calculator, GPA converter, and grade calculator tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14b8a6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "productivity", "utilities"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Grade Calculator",
      "short_name": "Grade Calc",
      "description": "Calculate CGPA from grades",
      "url": "/grade-calculator",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "CGPA Converter",
      "short_name": "CGPA Convert",
      "description": "Convert CGPA to percentage",
      "url": "/cgpa-converter",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
