{
  "short_name": "매물관리",
  "name": "부동산 매물관리 시스템",
  "description": "효율적인 부동산 매물 관리를 위한 웹 애플리케이션",
  "permissions": [
    "persistent-storage"
  ],
  "icons": [
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#3b82f6",
  "background_color": "#ffffff",
  "categories": ["business", "productivity"],
  "lang": "ko",
  "dir": "ltr"
}

