
{
  "id": "/",
  "short_name": "AI 運將助手",
  "name": "AI 運將助手",
  "description": "專為計程車司機設計的記帳 APP，支援AI語音記帳、預約管理與營運分析。",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#FCD34D",
  "background_color": "#F9FAFB",
  "categories": [
    "productivity",
    "finance",
    "business"
  ],
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./Screenshots/1.png",
      "sizes": "1080x2308",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./Screenshots/2.png",
      "sizes": "1080x2332",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./Screenshots/3.png",
      "sizes": "1080x2332",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./Screenshots/4.png",
      "sizes": "1080x2308",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./Screenshots/5.png",
      "sizes": "1080x2308",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "./Screenshots/6.png",
      "sizes": "1080x2308",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "記收入",
      "short_name": "收入",
      "description": "快速新增一筆收入",
      "url": "/index.html?action=add_income",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "記支出",
      "short_name": "支出",
      "description": "快速新增一筆支出",
      "url": "/index.html?action=add_expense",
      "icons": [
        {
          "src": "/icon.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": true,
  "dir": "ltr",
  "lang": "zh"
}
