{
  "name": "KabuMind - 日本株AI予測",
  "short_name": "KabuMind",
  "description": "LightGBM+SHAPによる日本株翌日上昇確率予測ダッシュボード",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "lang": "ja",
  "categories": ["finance"],
  "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": "/?tab=pred",
      "description": "翌日上昇確率ランキング"
    },
    {
      "name": "シミュレーション",
      "url": "/?tab=sim",
      "description": "バックテスト結果"
    }
  ]
}
