{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "HĐ — Học thông minh, thi thành công",
  "short_name": "HocDung",
  "description": "Nền tảng học tập thích ứng với AI, luyện thi 1v1 và gamification dành cho học sinh Việt Nam.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4f46e5",
  "background_color": "#0f172a",
  "lang": "vi-VN",
  "dir": "ltr",
  "categories": [
    "education",
    "games"
  ],
  "keywords": [
    "học tập",
    "luyện thi",
    "AI",
    "gamification",
    "flashcard"
  ],
  "icons": [
    {
      "src": "/media/app/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/media/app/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/media/app/mini-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/media/app/screenshot-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard chính"
    },
    {
      "src": "/media/app/screenshot-battle.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "1v1 Battle Arena"
    }
  ],
  "shortcuts": [
    {
      "name": "Luyện tập",
      "short_name": "Luyện tập",
      "description": "Bắt đầu luyện tập ngay",
      "url": "/subject-practice",
      "icons": [
        {
          "src": "/media/app/shortcut-practice.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Arena Battle",
      "short_name": "Arena",
      "description": "Thách đấu 1v1",
      "url": "/battle",
      "icons": [
        {
          "src": "/icons/maskable_icon_x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}