{
  "//name": "설치 창·시작 화면에 서는 이름. index.html 의 <title>·og:title 과 같은 글자로 둔다(2026-09-06 지시). short_name 은 **홈 화면 아이콘 밑에 붙는 이름**이라 여기를 따라가지 않는다 — 길면 안드로이드가 「24K CLUB-클럽…」으로 잘라 버린다. iOS 쪽 같은 자리는 index.html 의 apple-mobile-web-app-title 이다.",
  "name": "머니업 | 전국 홀덤바·포커 매장 정보 플랫폼",
  "short_name": "머니업",
  "description": "전국 홀덤바의 위치, 영업시간, 이용 안내, 게임 일정과 방문 후기를 확인할 수 있는 홀덤 정보 플랫폼입니다.",
  "lang": "ko",
  "dir": "ltr",
  "start_url": "./?src=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0E0E11",
  "theme_color": "#ffffff",
  "categories": ["lifestyle", "entertainment"],
  "//related_applications": "이 웹 자신을 가리킨다. 이래야 app-invite.js 의 getInstalledRelatedApps() 가 «이미 설치했다»를 알 수 있고, 설치해 둔 사람이 브라우저로 들어왔을 때 설치 안내가 다시 안 뜬다. 'prefer_related_applications' 는 넣지 않는다 — 넣으면 크롬이 이 웹 대신 그쪽을 설치하라고 해서 설치 신호가 아예 안 온다.",
  "related_applications": [
    { "platform": "webapp", "url": "https://www.moneyup.ai.kr/manifest.json" }
  ],
  "icons": [
    { "src": "assets/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "assets/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "assets/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "마이페이지",
      "short_name": "MY",
      "url": "./my.html",
      "icons": [{ "src": "assets/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
