{
  "name": "MSM Pro - 三人麻雀分析",
  "short_name": "MSM Pro",
  "description": "MSM（マーチャオ）の対戦履歴を自動取得し、成績や対戦相手を分析するダッシュボード",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "ja",
  "dir": "ltr",
  "categories": ["games", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "ダッシュボード",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "本日の日別成績",
      "url": "/mahjong/daily",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
