{
  "name": "Nova Health Scanner",
  "short_name": "Nova",
  "description": "지능형 식품 건강 분석 플랫폼 - 바코드 스캔으로 건강한 선택을",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF9F6",
  "theme_color": "#8B7BD8",
  "orientation": "portrait",
  "scope": "/",
  "lang": "ko",
  "categories": ["health", "lifestyle", "food"],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "features": [
    "scanner",
    "health-analysis", 
    "offline-support"
  ],
  "prefer_related_applications": false
}
