{
  "name": "BabyHelp Pro",
  "short_name": "BabyHelp",
  "description": "給準爸媽的孕期 & 育兒全方位管理 App",
  "start_url": "/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFF7EE",
  "theme_color": "#E60012",
  "lang": "zh-TW",
  "dir": "ltr",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/og-image.png", "sizes": "1200x630", "type": "image/png", "form_factor": "wide", "label": "BabyHelp Pro 功能總覽" }
  ],
  "categories": ["lifestyle", "health", "productivity"],
  "shortcuts": [
    {
      "name": "日常記錄",
      "short_name": "日常",
      "url": "/daily",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI 助手",
      "short_name": "AI",
      "url": "/ai",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "待辦清單",
      "short_name": "待辦",
      "url": "/todo",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "產檢日記",
      "short_name": "產檢",
      "url": "/checkup",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "launch_handler": { "client_mode": "navigate-existing" },
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
