{
  "name": "CHIRI AI - Robot Assistant",
  "short_name": "CHIRI",
  "description": "Trợ lý AI thông minh với điều khiển bằng cử chỉ",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "landscape",
  "theme_color": "#00d4ff",
  "background_color": "#0a0a0f",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/chat-mode.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Chat Mode"
    },
    {
      "src": "/screenshots/game-mode.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Game Mode"
    }
  ],
  "categories": ["games", "entertainment", "utilities"],
  "lang": "vi",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Chat Mode",
      "short_name": "Chat",
      "description": "Mở chế độ trò chuyện AI",
      "url": "/?mode=chat",
      "icons": [{ "src": "/icons/chat-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Game Mode",
      "short_name": "Game",
      "description": "Mở chế độ game",
      "url": "/?mode=game",
      "icons": [{ "src": "/icons/game-shortcut.png", "sizes": "96x96" }]
    }
  ]
}
