{
  "id": "com.nexus.lifemanager",
  "name": "Nexus - 개인 생활 관리",
  "short_name": "Nexus",
  "description": "학습, 재정, 메모를 한곳에서 관리하는 개인 생활 관리 대시보드",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#e8ecf1",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "lang": "ko",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "홈 화면 - 시계, D-Day, 오늘의 요약"
    },
    {
      "src": "/screenshots/mobile-learning.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "학습 관리 - 타이머, 캘린더, 할 일"
    },
    {
      "src": "/screenshots/mobile-finance.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "재정 관리 - 수입/지출 추적 및 차트"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "홈 화면 (데스크톱)"
    },
    {
      "src": "/screenshots/desktop-finance.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "재정 관리 (데스크톱)"
    }
  ],
  "shortcuts": [
    {
      "name": "학습",
      "short_name": "학습",
      "url": "/learning",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "재정",
      "short_name": "재정",
      "url": "/finance",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "아카이브",
      "short_name": "아카이브",
      "url": "/archive",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
