{
  "id": "utkalskillcentre-pwa",
  "name": "Utkal Skill Centre",
  "short_name": "Utkal Skill Centre",
  "description": "Learn with official BSE Odisha textbooks, mapped MCQs, and your AI tutor Gundulu.",
  "start_url": "/#dashboard",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "background_color": "#0f172a",
  "theme_color": "#10b981",
  "orientation": "portrait",
  "scope": "/",
  "categories": [
    "education",
    "books",
    "productivity"
  ],
  "icons": [
    {
      "src": "/utkal-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/utkal-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/usc-markable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/gundulu.png",
      "sizes": "1006x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Gundulu AI Tutor - Learning Dashboard"
    },
    {
      "src": "/mts-1may.png",
      "sizes": "2752x1536",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Utkal Skill Centre - Mock Tests & Dashboard"
    }
  ]
}