{
  "name": "法人会ZERO",
  "short_name": "ZERO",
  "start_url": "./bz/fc.php",   /* ★修正ポイント1: アプリのホーム（/card/）を指す */
  "scope": "./",       /* ★修正ポイント2: PWAの適用範囲を/card/以下に限定 */
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icon/icon-192.png", /* ★修正ポイント3: /card/からの相対パス */
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon/icon-512.png", /* ★修正ポイント3: /card/からの相対パス */
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}