{
  "name": "CFO Pilot 企業帳務平台",
  "short_name": "CFO Pilot",
  "description": "CFO Pilot · 財務行政、稅務、審批與 AI 助理平台",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#071E41",
  "theme_color": "#071E41",
  "lang": "zh-Hant",
  "dir": "ltr",
  "icons": [
    {
      "src": "./assets/favicon-32.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./assets/cfo-pilot-logo-mark-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./assets/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "工作區首頁",
      "short_name": "首頁",
      "url": "./index.html",
      "description": "進入 CFO Pilot 工作區"
    },
    {
      "name": "營運財務中台",
      "short_name": "財務行政",
      "url": "./accounting.html",
      "description": "總帳、收付、稅務、審批與報表"
    },
    {
      "name": "AI Agent",
      "short_name": "AI",
      "url": "./bi.html",
      "description": "財務分析、月結評論與管理報告"
    }
  ],
  "categories": ["business", "productivity", "finance"]
}
