{
  "name": "玄机 - 高端命理解读",
  "short_name": "玄机",
  "description": "高端命理分析与文化解读平台",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "browser"
  ],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#c9a961",
  "lang": "zh-CN",
  "dir": "ltr",
  "categories": [
    "lifestyle",
    "education",
    "books"
  ],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "八字排盘",
      "short_name": "八字",
      "description": "传统子平八字 AI 解读",
      "url": "/bazi"
    },
    {
      "name": "紫微排盘",
      "short_name": "紫微",
      "description": "十四主星 命盘分析",
      "url": "/ziwei"
    },
    {
      "name": "塔罗占卜",
      "short_name": "塔罗",
      "description": "78 张牌 4 种牌阵",
      "url": "/tarot"
    },
    {
      "name": "学习中心",
      "short_name": "学习",
      "description": "文章与课程",
      "url": "/learn"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": "auto"
  },
  "handle_links": "preferred",
  "prefer_related_applications": false
}