{
  "name": "Assistant Core — Một AI assistant, triển khai mọi nơi",
  "short_name": "Assistant Core",
  "description": "Xây dựng AI assistant với knowledge base, MCP tools, voice realtime và triển khai đa nền tảng.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1B84FE",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "vi",
  "categories": ["business", "productivity", "developer"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "features": [
    "AI Assistant",
    "Knowledge Base RAG",
    "Voice Pipeline",
    "MCP Tools",
    "Edge Devices"
  ],
  "shortcuts": [
    {
      "name": "Tính năng",
      "short_name": "Features",
      "description": "Khám phá năng lực nền tảng Assistant Core",
      "url": "/#features",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Tài liệu",
      "short_name": "Docs",
      "description": "Xem tài liệu kỹ thuật",
      "url": "https://docs.assistantcore.com",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
