{
  "name": "司機請款幫手",
  "short_name": "請款幫手",
  "description": "2488go 司機專用請款工具，AI 解析派車單快速產生請款格式",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#F2F2F7",
  "theme_color": "#007AFF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}