{
  "name": "슬립큐 - 불면증 개선 의료기기",
  "short_name": "슬립큐",
  "description": "식약처 허가를 받은 불면증 인지치료 소프트웨어 다운로드",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3651B2",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ko-KR",
  "dir": "ltr",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/assets/icon_logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "/assets/image_background_sleepq.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/image_background_sleepq.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "슬립큐 앱 소개 화면"
    }
  ]
} 