{
  "name": "PICK SONG — 노래방 랜덤 추천",
  "short_name": "PICK SONG",
  "description": "코인노래방에서 부를 노래를 랜덤으로 추천해주는 앱. 금영(KY)·태진(TJ) 번호와 키 설정 지원.",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["entertainment", "music", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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/mobile-1.png",
      "sizes": "512x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "추천 결과 화면"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "512x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "홈 화면과 노래 리스트"
    },
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "데스크톱 미리보기"
    }
  ]
}
