{
  "short_name": "PastQ Hub",
  "name": "PastQ Hub - Exam Archive",
  "description": "Ace your exams with PastQHub. Access a vast library of past questions, take mock exams for any course, calculate your GPA, and summarize study notes instantly with AI.",
  "categories": ["education", "productivity", "utilities"],
  "icons": [
    {
      "src": "image.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "image.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "shortcuts": [
    {
      "name": "Mock Exam",
      "short_name": "Mock Exam",
      "description": "Start a new mock exam session",
      "url": "/mock-exam",
      "icons": [{ "src": "image.png", "sizes": "192x192" }]
    },
    {
      "name": "GPA Calculator",
      "short_name": "GPA Calc",
      "description": "Calculate your current GPA",
      "url": "/calculator",
      "icons": [{ "src": "image.png", "sizes": "192x192" }]
    }
  ]
}