{
  "name": "NGM AI - Cosmic Intelligence",
  "short_name": "Nhà Giải Mã",
  "description": "AI phân tích và hỗ trợ người chơi",
  
  "start_url": "/ainohu.html",
  "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"
    }
  ]
}