{
    "id": "/bcraping_pwa_app", 
    "name": "비크레핑 - 숲TV(아프리카TV) 통계 서비스",
    "short_name": "비크레핑",
    "description": "숲TV(아프리카TV) BJ 통계, 랭킹, 실시간 방송 모니터링 서비스",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#1a1a1a",
    "theme_color": "#191919",
    "categories": ["entertainment", "social"],
    "lang": "ko",
    "dir": "ltr",
    "scope": "/",
    "icons": [
      {
        "src": "/res/pwa/app_192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/res/pwa/app_512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
      },
      {
        "src": "/res/pwa/app_192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "maskable"
      },
      {
        "src": "/res/pwa/app_512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
      }
    ],
    "shortcuts": [
      {
        "name": "실시간 랭킹",
        "short_name": "랭킹",
        "description": "실시간 BJ 랭킹 확인",
        "url": "/",
        "icons": [
          {
            "src": "/res/pwa/app_192.png",
            "sizes": "192x192"
          }
        ]
      },
      {
        "name": "마이페이지",
        "short_name": "마이페이지",
        "description": "나의 후원/채팅 통계",
        "url": "/mypage",
        "icons": [
          {
            "src": "/res/pwa/app_192.png",
            "sizes": "192x192"
          }
        ]
      },
      {
        "name": "BJ 모니터링",
        "short_name": "모니터링",
        "description": "실시간 방송 모니터링",
        "url": "/monitor",
        "icons": [
          {
            "src": "/res/pwa/app_192.png",
            "sizes": "192x192"
          }
        ]
      }
    ],
    "related_applications": [
      {
        "platform": "webapp",
        "url": "https://bcraping.kr/res/manifest.json",
        "id": "/bcraping_pwa_app"
      }
    ],
    "prefer_related_applications": false
  }