{
  "name": "健康管理カレンダー",
  "short_name": "健康カレンダー",
  "description": "スタンプで毎日の体調を記録する健康管理カレンダー",
  "start_url": "./health.html",
  "display": "standalone",
  "background_color": "#fff0f5",
  "theme_color": "#f06292",
  "orientation": "portrait",
  "icons": [
    {
      "src": "./health-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./health-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
