{
  "name": "NESTR — 캐나다 정착 도우미",
  "short_name": "NESTR",
  "description": "캐나다 이민·정착을 순서대로 안내합니다. 서류·집·일자리·돈을 한 곳에서.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#08080C",
  "theme_color": "#FF4D6A",
  "lang": "ko",
  "categories": ["lifestyle", "travel", "productivity"],
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI 채팅",
      "short_name": "채팅",
      "description": "정착 도우미 AI 와 대화",
      "url": "/community",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "예산 시뮬레이터",
      "short_name": "예산",
      "url": "/budget",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "prefer_related_applications": true,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.nestr.os",
      "url": "https://play.google.com/store/apps/details?id=com.nestr.os"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/id000000000"
    }
  ]
}
