{
  "name": "出國錢包 TripWallet",
  "short_name": "出國錢包",
  "description": "幫台灣旅客出國前算好要換多少外幣。查即時匯率、估旅遊預算、比較現金與刷卡成本。",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F6F8FC",
  "theme_color": "#0F172A",
  "lang": "zh-TW",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "即時匯率",
      "url": "/",
      "description": "查看最新台幣匯率",
      "icons": [{ "src": "/icon-128.png", "sizes": "128x128" }]
    },
    {
      "name": "旅遊預算",
      "url": "/travel-budget",
      "description": "估算出國帶多少錢",
      "icons": [{ "src": "/icon-128.png", "sizes": "128x128" }]
    },
    {
      "name": "匯率提醒",
      "url": "/rate-alert",
      "description": "設定到價提醒",
      "icons": [{ "src": "/icon-128.png", "sizes": "128x128" }]
    }
  ]
}
