{
  "name": "ALES - Personal Training",
  "short_name": "ALES",
  "description": "ALES パーソナルトレーニング 予約・カルテ管理アプリ",
  "start_url": "/mypage",
  "scope": "/",
  "display": "standalone",
  "background_color": "#FFFFFF",
  "theme_color": "#C8102E",
  "orientation": "portrait",
  "lang": "ja",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "マイページ",
      "url": "/mypage",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    },
    {
      "name": "予約管理",
      "url": "/mypage/reservations",
      "icons": [
        { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ]
}
