{
  "id": "/mobile/subscription",
  "name": "마이랜드 - 청약, 매물, 상권분석",
  "short_name": "마이랜드",
  "description": "청약정보, 매물검색, 상권분석을 한번에! AI 기반 부동산 종합 플랫폼",
  "start_url": "/mobile/subscription",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "dir": "ltr",
  "orientation": "portrait",
  "background_color": "#1a1a2e",
  "theme_color": "#1a1a2e",
  "lang": "ko",
  "categories": ["business", "finance", "lifestyle"],
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "청약정보 메인 화면"
    },
    {
      "src": "/static/screenshots/screenshot-2.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "매물검색 화면"
    }
  ],
  "shortcuts": [
    {
      "name": "청약정보",
      "short_name": "청약",
      "url": "/mobile/subscription",
      "icons": [{"src": "/static/icons/icon-192x192.png", "sizes": "192x192"}]
    },
    {
      "name": "매물검색",
      "short_name": "매물",
      "url": "/mobile/subscription?tab=property",
      "icons": [{"src": "/static/icons/icon-192x192.png", "sizes": "192x192"}]
    }
  ]
}
