{
  "name": "YOKKIT EventHub 專業活動管理平台",
  "short_name": "YOKKIT活動報名",
  "description": "辦活動首選 YOKKIT EventHub！提供極簡報名流程、安全金流串接、自動發送電子票券及報表戰情室。",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "lang": "zh-TW",
  "orientation": "portrait",
  "icons": [
    {
      "src": "images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "我的票券",
      "url": "/member_login.html",
      "icons": [{ "src": "images/icons/tickets-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "驗票終端",
      "url": "/checkin.html",
      "icons": [{ "src": "images/icons/checkin-icon.png", "sizes": "96x96" }]
    }
  ]
}