{
  "name": "HSB ボクシングジム",
  "short_name": "HSB",
  "description": "HSBボクシングジム 会員トレーニング管理アプリ",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#0d0d0d",
  "theme_color": "#e63946",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "記録する",
      "url": "/log",
      "description": "今日のトレーニングを記録"
    },
    {
      "name": "ホーム",
      "url": "/home",
      "description": "ホーム画面"
    }
  ]
}
