{
  "name": "創奇名片管理",
  "short_name": "名片管理",
  "description": "業務員名片辨識與建檔系統",
  "start_url": "/",
  "display": "minimal-ui",
  "orientation": "portrait",
  "background_color": "#F0FBFC",
  "theme_color": "#00B4C8",
  "lang": "zh-TW",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "上傳名片",
      "short_name": "上傳",
      "url": "/",
      "description": "拍照上傳並辨識名片"
    },
    {
      "name": "我的名片",
      "short_name": "名片",
      "url": "/cards",
      "description": "查詢與管理名片"
    }
  ]
}
