{
  "name": "周易 · 决策引擎",
  "short_name": "决策引擎",
  "description": "不预测命运，只帮你想清楚。一卦观六面，六十四种决策情境，复盘闭环。",
  "lang": "zh-CN",
  "dir": "ltr",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f4f1ea",
  "theme_color": "#466459",
  "categories": ["productivity", "lifestyle", "education"],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/icons/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "快速起卦",
      "short_name": "起卦",
      "description": "写下困惑，铜钱起卦，得到决策全息盘",
      "url": "./pages/divination.html"
    },
    {
      "name": "六十四卦",
      "short_name": "卦象",
      "description": "浏览六十四种决策情境",
      "url": "./pages/hexagrams.html"
    },
    {
      "name": "决策日志",
      "short_name": "日志",
      "description": "复盘你的决策记录",
      "url": "./pages/journal.html"
    }
  ]
}
