{
  "name": "跑團學員隨身通行證",
  "short_name": "跑團通行證",
  "description": "專屬跑者的全方位隨身課表、動態電子通行證與出缺席管理",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "zh-TW",
  "categories": ["sports", "health", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "192x192 512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "動態通行證",
      "short_name": "通行證",
      "description": "立即出示 60 秒動態防偽打卡 Pass",
      "url": "/?openModal=qr",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "訓練課表",
      "short_name": "課表",
      "description": "檢視本週跑團訓練排程與進度",
      "url": "/?tab=schedule",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
