{
  "name": "Combined Maths Tracker",
  "short_name": "Maths Tracker",
  "description": "G.C.E. A/L Combined Mathematics Progress Tracker — Track theory coverage and past papers (2015–2025) with cloud sync.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en",
  "categories": ["education", "productivity"],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Pure Mathematics",
      "short_name": "Pure Maths",
      "description": "View Pure Mathematics progress",
      "url": "./index.html#pure_maths_a",
      "icons": [{ "src": "icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Applied Mathematics",
      "short_name": "Applied Maths",
      "description": "View Applied Mathematics progress",
      "url": "./index.html#applied_maths_a",
      "icons": [{ "src": "icon.png", "sizes": "192x192" }]
    }
  ]
}
