{
  "name": "통합 자금관리",
  "short_name": "자금관리",
  "description": "개인 자산, 병원 운영, 메디바이블, 백년의지원 통합 자금 흐름 관리",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "lang": "ko",
  "categories": ["finance", "productivity", "business"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "거래 추가",
      "short_name": "추가",
      "url": "/transactions?action=new",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "대시보드",
      "short_name": "대시보드",
      "url": "/dashboard",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
