{
  "name": "BPSC TRE Math Tracker v3",
  "short_name": "Math Tracker",
  "description": "Progressive Web App for BPSC Teacher Recruitment Math Preparation",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#0A0C14",
  "theme_color": "#7E57FF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["education", "productivity"],
  "shortcuts": [
    {
      "name": "Open Tracker",
      "url": "/",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
