{
  "id": "/app",
  "name": "집다 MVP - 업체부터 보고 내가 고르는 홈서비스",
  "short_name": "집다 MVP",
  "description": "업체부터 공개하고 AI로 따져본 뒤 고객이 직접 선택하는 집다 MVP",
  "lang": "ko-KR",
  "dir": "ltr",
  "start_url": "/app?source=pwa",
  "scope": "/app",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0e0d",
  "theme_color": "#0a0e0d",
  "categories": ["lifestyle", "home", "shopping"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
