{
  "name": "貓咪健康紀錄",
  "short_name": "貓咪健康",
  "description": "記錄 Luffy、Luna、Henry 的每日健康狀況",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ede9e3",
  "theme_color": "#c4b89a",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}