{
  "id": "com.budakpandai.app",
  "name": "BudakPandai - P1 to P6",
  "short_name": "BudakPandai",
  "description": "Free Malaysian primary school learning platform for P1-P6. Read materials, do interactive exercises, track progress, and play educational games — all aligned to KSSR curriculum.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#f0f9ff",
  "theme_color": "#0ea5e9",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "kids", "books"],
  "screenshots": [],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Materials",
      "short_name": "Read",
      "description": "Browse reading materials",
      "url": "/index.html#materials",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Exercises",
      "short_name": "Practice",
      "description": "Take quizzes and exercises",
      "url": "/index.html#exercises",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Games",
      "short_name": "Play",
      "description": "Play educational games",
      "url": "/index.html#games",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}