{
  "name": "PQMA - 만리체육관",
  "id": "/pqma_pwa.html",
  "short_name": "PQMA",
  "description": "만리체육관 회원 전용 앱 - 회원권, 인바디, 메신저, QR출입",
  "start_url": "/pqma_pwa.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1a2b1c",
  "theme_color": "#2C3E2D",
  "lang": "ko",
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/ManliLogo1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "PQMA 홈 화면"
    }
  ],
  "categories": ["health", "fitness"],
  "shortcuts": [
    {
      "name": "QR 출입",
      "short_name": "QR",
      "description": "QR코드로 빠른 출입",
      "url": "/pqma_pwa.html#qr",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "인바디 기록",
      "short_name": "인바디",
      "description": "내 인바디 데이터 확인",
      "url": "/pqma_pwa.html#inbody",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}