{
  "name": "IB Mock Exams \u2014 Mathematics Revision",
  "short_name": "IB Mock Exams",
  "description": "Generate IB Mathematics mock exams, flashcards and quizzes instantly. Covers AA SL, AA HL, AI SL and AI HL with 660+ practice questions and mark schemes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f9f6f0",
  "theme_color": "#f9f6f0",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "education",
    "productivity"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Mock Exam",
      "short_name": "Exam",
      "description": "Generate a new IB mock exam",
      "url": "/?mode=exam",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Flashcards",
      "short_name": "Cards",
      "description": "Study IB mathematics flashcards",
      "url": "/?mode=flash",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Quiz",
      "short_name": "Quiz",
      "description": "Take an IB mathematics quiz",
      "url": "/?mode=quiz",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "AI SL Exam",
      "short_name": "AI SL",
      "description": "Generate an AI SL mock exam",
      "url": "/?mode=exam&course=AI+SL",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}