{
  "name": "FlowLedger 個人與公司財務",
  "short_name": "FlowLedger",
  "description": "個人理財、公司財務、投資區間預測與雲端同步。",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f5f7f2",
  "theme_color": "#0f7b68",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "assets/icon-192-v2.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512-v2.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "新增個人收支",
      "url": "./index.html#personal"
    },
    {
      "name": "金流日曆",
      "url": "./index.html#calendar"
    },
    {
      "name": "公司財務",
      "url": "./index.html#business"
    },
    {
      "name": "財務預測",
      "url": "./index.html#forecast"
    }
  ]
}
