{
  "name": "FamilyPlay",
  "short_name": "FamilyPlay",
  "description": "給疲憊家長的親子陪伴導航",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FAFAF8",
  "theme_color": "#FF6B35",
  "lang": "zh-TW",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "現在就陪",
      "short_name": "現在就陪",
      "description": "30 秒拿到一個可立即開始的陪伴方案",
      "url": "/now",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "發展里程碑",
      "short_name": "里程碑",
      "description": "標記孩子已達成的發展里程碑",
      "url": "/capabilities",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
