{
  "name": "Công Cụ Hỗ Trợ | RK BOT",
  "short_name": "RK BOT",
  "description": "AI phân tích và hỗ trợ người chơi",

  "start_url": "/",
  "scope": "/",

  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],

  "orientation": "portrait",

  "background_color": "#0f1220",
  "theme_color": "#7b5cff",

  "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"
    }
  ]
}