{
  "name": "Calorie Runway 熱量跑道",
  "short_name": "熱量跑道",
  "description": "Mobile-first calorie budget, protein, water, exercise, and body tracking PWA.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f1f5f9",
  "theme_color": "#020617",
  "categories": ["health", "fitness", "lifestyle"],
  "lang": "zh-Hant",
  "icons": [
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "快速記錄",
      "short_name": "飲食",
      "url": "./#meals"
    },
    {
      "name": "記錄運動",
      "short_name": "運動",
      "url": "./#exercise"
    },
    {
      "name": "分析趨勢",
      "short_name": "分析",
      "url": "./#analysis"
    }
  ]
}
