{
  "name": "ReserveSightseen — AI旅行プランナー",
  "short_name": "旅プラン",
  "description": "チャットで旅行プラン作成からホテル予約まで。散歩プラン・推し活遠征にも対応",
  "lang": "ja",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "いまから散歩プラン",
      "short_name": "散歩",
      "description": "現在地の周辺で歩いて回れるプランを作る",
      "url": "/?mode=walk",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "いまからドライブ",
      "short_name": "ドライブ",
      "description": "現在地の周辺で車で回れるコースを作る",
      "url": "/?mode=drive",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "宿泊検索",
      "short_name": "宿検索",
      "description": "エリアと日付でホテルを検索",
      "url": "/?mode=hotel",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
